Trolley

Trolley Shopping extension

Co je Trolley?

Trolley je rozšíření Chrome vyvinuté jointrolleyextension, a jeho hlavní funkcí je „Trolley Shopping extension“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Trolley

Stáhněte si soubory rozšíření Trolley ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Imagine seeing your outfits come to life before you buy them. With Trolley, you can do just that!

Trolley is a Google Extension that enhances the e-commerce shopping experience by allowing users to:

-SHOP THE INTERNET FROM ONE CART- 
Save items you love in one place. No more being overwhelmed with open tabs!

- VISUALIZE OUTFITS - 
We're bringing the fun of the mall fitting room online! Personalize your shopping experience by creating & planning outfits in a collage using clothes saved from one or multiple e-commerce sites from across the internet. Love your creation? Share it on social media!

-BUDGET- 
Keep yourself on track financially. Set a budget for your shopping spree, and get notified when this budget is exceeded.

-CHECKOUT-  
With a press of a button, you will be redirected to the product pages to check out. No more searching your history to remember where that cute shirt was from!

*Affiliate marketing pending via Awin*                    

Základní Informace o Rozšíření

Název Trolley Trolley
ID madnnmnfjbibdnlmkghplegcanopobck
Oficiální URL https://chromewebstore.google.com/detail/trolley/madnnmnfjbibdnlmkghplegcanopobck
Popis Trolley Shopping extension
Velikost souboru 1.7 MB
Počet instalací 55
Aktuální Verze 1.4.2
Poslední Aktualizace 2021-08-04
Datum Vydání 2021-06-07
Vývojář jointrolleyextension
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trolley",
    "description": "Trolley Shopping extension",
    "version": "1.4.2",
    "browser_action": {
        "default_title": "Trolley Shopping extension",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/images\/favicon.png",
        "48": "\/images\/favicon.png",
        "128": "\/images\/favicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/config.js",
                "js\/jquery.min.js",
                "js\/core.js",
                "js\/materialize.js",
                "js\/simpleNotify.js",
                "js\/workarounds.js"
            ],
            "css": [
                "css\/simpleNotifyStyle.css",
                ".\/css\/content.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/accounts.google.com\/o\/oauth2\/approval\/v2?auto=false&response=state%3Dextension_token*"
            ],
            "js": [
                ".\/js\/oauth.js",
                ".\/js\/oauthContent.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            ".\/js\/config.js",
            ".\/js\/jquery.min.js",
            ".\/js\/core.js",
            ".\/js\/oauth.js",
            ".\/js\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "images\/*.gif"
    ],
    "permissions": [
        "storage",
        "activeTab",
        "unlimitedStorage",
        ""
    ]
}