Trolley

Trolley Shopping extension

Trolleyとは何ですか?

Trolleyはjointrolleyextensionによって開発されたChromeの拡張機能で、その主な機能は「Trolley Shopping extension」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Trolley拡張機能のCRXファイルをダウンロード

Trolley拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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*                    

拡張機能の基本情報

名前 Trolley Trolley
ID madnnmnfjbibdnlmkghplegcanopobck
公式URL https://chromewebstore.google.com/detail/trolley/madnnmnfjbibdnlmkghplegcanopobck
説明 Trolley Shopping extension
ファイルサイズ 1.7 MB
インストール数 55
現在のバージョン 1.4.2
最終更新日 2021-08-04
公開日 2021-06-07
開発者 jointrolleyextension
Eメール [email protected]
支払い方法 free
対応言語 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",
        ""
    ]
}