Plugged
  • Getting Started
  • Plugged iOS
    • Video Tutorial
    • Supreme
      • Creating Tasks
      • Running Tasks
      • Restocks
      • In-Store Signup
    • Footsites
      • Creating Tasks
      • Running Tasks
    • Browser
      • Creating and Deleting Tabs
      • Mass Link Changing
      • Google Login
    • Profiles
      • Creating Profiles
      • Editing and Deleting Profiles
      • Importing Profiles
      • Default Profiles
    • Settings
      • Mass Edit
      • Proxies
      • Discord Webhook
      • Task Timeout
      • AYCD AutoSolve
      • Restock Mode
      • Analytics
  • Plugged Desktop
    • Video Tutorial
    • Setting Up
      • Download Issue
      • Login
    • Supreme
      • Creating Tasks
      • Running Tasks
    • Profiles
      • Creating Profiles
      • Editing and Deleting Profiles
      • Importing Profiles
    • Settings
      • Discord Webhook
      • AYCD AutoSolve
      • Edit All
  • Plugged CLI
    • Setting Up
    • Profiles
    • Proxies
    • Footsites
    • Settings
Powered by GitBook
On this page
  • Using AYCD
  • Using .json File

Was this helpful?

  1. Plugged CLI

Profiles

Learn how to create & import profiles into Plugged CLI.

Using AYCD

You can create your profiles using AYCD google sheet or in AYCD profile converter. Then export them to the Plugged CLI selection and copy the .json file to the profiles folder.

Using .json File

You can use this format below to manually create your own profiles. Just edit the information to match your Shipping/Billing/Card Information.

NOTE: Your state must be the abbreviated version.

[
  {
    "name": "Example 1",
    "size": "",
    "profileGroup": "",
    "billingAddress": {
      "name": "Glennis Rugen",
      "email": "g.l.e.n.n.isrugen@gmail.com",
      "phone": "8586089035",
      "line1": "123 Cherry Street",
      "line2": "",
      "line3": "",
      "postCode": "10002",
      "city": "New York",
      "country": "United States",
      "state": "NY"
    },
    "shippingAddress": {
      "name": "Glennis Rugen",
      "email": "g.l.e.n.n.isrugen@gmail.com",
      "phone": "8586089035",
      "line1": "123 Cherry Street",
      "line2": "",
      "line3": "",
      "postCode": "10002",
      "city": "New York",
      "country": "United States",
      "state": "NY"
    },
    "paymentDetails": {
      "nameOnCard": "Glennis Rugen",
      "cardType": "Visa",
      "cardNumber": "4242424242424242",
      "cardExpMonth": "03",
      "cardExpYear": "2021",
      "cardCvv": "123"
    },
    "sameBillingAndShippingAddress": true,
    "onlyCheckoutOnce": false,
    "matchNameOnCardAndAddress": true
  },
  {
    "name": "Example 2",
    "size": "",
    "profileGroup": "",
    "billingAddress": {
      "name": "Tove Alita",
      "email": "tovealita@gmail.com",
      "phone": "8582485499",
      "line1": "123 Cherry Street",
      "line2": "",
      "line3": "",
      "postCode": "10002",
      "city": "New York",
      "country": "United States",
      "state": "NY"
    },
    "shippingAddress": {
      "name": "Tove Alita",
      "email": "tovealita@gmail.com",
      "phone": "8582485499",
      "line1": "123 Cherry Street",
      "line2": "",
      "line3": "",
      "postCode": "10002",
      "city": "New York",
      "country": "United States",
      "state": "NY"
    },
    "paymentDetails": {
      "nameOnCard": "Tove Alita",
      "cardType": "Visa",
      "cardNumber": "4242424242424242",
      "cardExpMonth": "03",
      "cardExpYear": "2021",
      "cardCvv": "123"
    },
    "sameBillingAndShippingAddress": true,
    "onlyCheckoutOnce": false,
    "matchNameOnCardAndAddress": true
  },
  {
    "name": "Example 3",
    "size": "",
    "profileGroup": "",
    "billingAddress": {
      "name": "Homer Simpson",
      "email": "homersimpson@gmail.com",
      "phone": "8587162718",
      "line1": "123 Cherry Street",
      "line2": "",
      "line3": "",
      "postCode": "10002",
      "city": "New York",
      "country": "United States",
      "state": "NY"
    },
    "shippingAddress": {
      "name": "Homer Simpson",
      "email": "homersimpson@gmail.com",
      "phone": "8587162718",
      "line1": "123 Cherry Street",
      "line2": "",
      "line3": "",
      "postCode": "10002",
      "city": "New York",
      "country": "United States",
      "state": "NY"
    },
    "paymentDetails": {
      "nameOnCard": "Homer Simpson",
      "cardType": "Visa",
      "cardNumber": "4242424242424242",
      "cardExpMonth": "03",
      "cardExpYear": "2021",
      "cardCvv": "123"
    },
    "sameBillingAndShippingAddress": true,
    "onlyCheckoutOnce": false,
    "matchNameOnCardAndAddress": true
  },
  {
    "name": "Example 4",
    "size": "",
    "profileGroup": "",
    "billingAddress": {
      "name": "Fanchette Archie",
      "email": "fa.n.c.h.e.t.t.e.a.r.c.h.i.e@gmail.com",
      "phone": "8589602391",
      "line1": "123 Cherry Street",
      "line2": "",
      "line3": "",
      "postCode": "10002",
      "city": "New York",
      "country": "United States",
      "state": "NY"
    },
    "shippingAddress": {
      "name": "Fanchette Archie",
      "email": "fa.n.c.h.e.t.t.e.a.r.c.h.i.e@gmail.com",
      "phone": "8589602391",
      "line1": "123 Cherry Street",
      "line2": "",
      "line3": "",
      "postCode": "10002",
      "city": "New York",
      "country": "United States",
      "state": "NY"
    },
    "paymentDetails": {
      "nameOnCard": "Fanchette Archie",
      "cardType": "Visa",
      "cardNumber": "4242424242424242",
      "cardExpMonth": "03",
      "cardExpYear": "2021",
      "cardCvv": "123"
    },
    "sameBillingAndShippingAddress": true,
    "onlyCheckoutOnce": false,
    "matchNameOnCardAndAddress": true
  }
]
PreviousSetting UpNextProxies

Last updated 3 years ago

Was this helpful?