Trolley

Trolley Shopping extension

What is Trolley?

Trolley is a Chrome extension developed by jointrolleyextension, and its main feature is "Trolley Shopping extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download Trolley Extension CRX File

Download Trolley 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

                        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*                    

Extension Basic Information

Name Trolley Trolley
ID madnnmnfjbibdnlmkghplegcanopobck
Official URL https://chromewebstore.google.com/detail/trolley/madnnmnfjbibdnlmkghplegcanopobck
Description Trolley Shopping extension
File Size 1.7 MB
Installation Count 55
Current Version 1.4.2
Last Updated 2021-08-04
Publish Date 2021-06-07
Developer jointrolleyextension
Email [email protected]
Payment Type free
Supported Languages 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",
        ""
    ]
}