Assist by SoleSavy

A faster autofill for sneaker enthusiasts. Assist will auto-fill your info and take you to the payment page in fewer clicks.

Assist by SoleSavy क्या है?

Assist by SoleSavy SoleSavy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A faster autofill for sneaker enthusiasts. Assist will auto-fill your info and take you to the payment page in fewer clicks."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Assist by SoleSavy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Assist by SoleSavy is your sneaker-shopping companion. There’s a lot of competition for sneakers these days, so we’ve built Assist to give our members a leg up.

Super fast autofill:
Assist gives you a better chance at snagging the shoes you want on release day by automatically completing your shipping and billing information.

Fewer clicks to checkout:
With “Auto-Select Shipping Option” enabled, you’ll breeze through the checkout process and be taken directly to the final payment page. Fewer clicks = faster checkout time!

Avoid shipping errors:
Have more confidence when you purchase - no more missed apartment numbers when you’re in a rush. Assist is tailor made for Shopify stores, so it won’t skip a beat.

Easy setup:
It only takes a moment to get started. 

By using this extension, you agree to the SoleSavy’s Terms & Conditions available at https://solesavy.com/tos/.                    

एक्सटेंशन की मूल जानकारी

नाम Assist by SoleSavy Assist by SoleSavy
ID fbglcckkpnofkibjakkfbmkhfmkcappm
आधिकारिक URL https://chromewebstore.google.com/detail/assist-by-solesavy/fbglcckkpnofkibjakkfbmkhfmkcappm
विवरण A faster autofill for sneaker enthusiasts. Assist will auto-fill your info and take you to the payment page in fewer clicks.
फ़ाइल का आकार 535 KB
स्थापना संख्या 2,654
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2022-12-17
प्रकाशन तिथि 2021-09-30
रेटिंग 4.63/5 कुल 19 रेटिंग्स
डेवलपर SoleSavy
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://solesavy.com
सहायता पृष्ठ URL http://solesavy.com/contact
गोपनीयता नीति पृष्ठ URL https://solesavy.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A faster autofill for sneaker enthusiasts. Assist will auto-fill your info and take you to the payment page in fewer clicks.",
    "version": "1.0.4",
    "manifest_version": 3,
    "name": "Assist by SoleSavy",
    "author": "SoleSavy Inc.",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "iconGrayscale64.png"
    },
    "icons": {
        "16": "iconGrayscale16.png",
        "24": "iconGrayscale24.png",
        "32": "iconGrayscale32.png",
        "64": "iconGrayscale64.png",
        "128": "iconGrayscale128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*\/checkouts\/*"
            ],
            "js": [
                "shopifyScript.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/checkouts\/c\/*"
            ],
            "js": [
                "shopifyScript.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.shopifycs.com\/*"
            ],
            "js": [
                "shopifyBillingScript.bundle.js"
            ],
            "all_frames": true
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "icon128.png",
                "icon.png",
                "iconGrayscale128.png",
                "MADE-Tommy-Soft-Regular.otf",
                "MADE-Tommy-Soft-Medium.otf",
                "MADE-Tommy-Soft-Bold.otf",
                "LabGrotesque-Regular.ttf",
                "LabGrotesque-Medium.ttf",
                "LabGrotesque-Bold.ttf"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "storage"
    ]
}