Trolley

Trolley Shopping extension

Trolleyคืออะไร?

Trolley เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jointrolleyextension และคุณลักษณะหลักของมันคือ "Trolley Shopping extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trolley

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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",
        ""
    ]
}