Trolley

Trolley Shopping extension

Cos'è Trolley?

Trolley è un'estensione di Chrome sviluppata da jointrolleyextension, e la sua funzione principale è "Trolley Shopping extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Trolley

Scarica i file di estensione Trolley in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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*                    

Informazioni di Base sull'Estensione

Nome Trolley Trolley
ID madnnmnfjbibdnlmkghplegcanopobck
URL Ufficiale https://chromewebstore.google.com/detail/trolley/madnnmnfjbibdnlmkghplegcanopobck
Descrizione Trolley Shopping extension
Dimensione del File 1.7 MB
Conteggio Installazioni 55
Versione Corrente 1.4.2
Ultimo Aggiornamento 2021-08-04
Data di Pubblicazione 2021-06-07
Sviluppatore jointrolleyextension
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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",
        ""
    ]
}