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.

What is Assist by SoleSavy?

Assist by SoleSavy is a Chrome extension developed by SoleSavy, and its main feature is "A faster autofill for sneaker enthusiasts. Assist will auto-fill your info and take you to the payment page in fewer clicks.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Assist by SoleSavy Extension CRX File

Download Assist by SoleSavy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/.                    

Extension Basic Information

Name Assist by SoleSavy Assist by SoleSavy
ID fbglcckkpnofkibjakkfbmkhfmkcappm
Official URL https://chromewebstore.google.com/detail/assist-by-solesavy/fbglcckkpnofkibjakkfbmkhfmkcappm
Description A faster autofill for sneaker enthusiasts. Assist will auto-fill your info and take you to the payment page in fewer clicks.
File Size 535 KB
Installation Count 2,654
Current Version 1.0.4
Last Updated 2022-12-17
Publish Date 2021-09-30
Rating 4.63/5 Total 19 Ratings
Developer SoleSavy
Email [email protected]
Payment Type free
Extension Website https://solesavy.com
Help Page URL http://solesavy.com/contact
Privacy Policy Page URL https://solesavy.com/privacy-policy
Supported Languages 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"
    ]
}