Popcart: Compare Prices Instantly, Save Money

Instantly compare prices and save money when you shop online.

Popcart: Compare Prices Instantly, Save Money là gì?

Popcart: Compare Prices Instantly, Save Money là một tiện ích mở rộng Chrome được phát triển bởi http://popcart.com, và tính năng chính của nó là "Instantly compare prices and save money when you shop online.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Popcart: Compare Prices Instantly, Save Money

Tải xuống các tệp mở rộng Popcart: Compare Prices Instantly, Save Money dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Stop wasting time and let Popcart instantly compare prices for you as you shop.

“A must-have if you’re a frequent online shopper."

➤ Epic Deals... on Everything!
Stop wasting time and let Popcart instantly compare prices on everything (from TV's to toilet paper) for you as you shop, no clicks required.

➤ Genius Alerts
AirPods or Crocs, set one alert and Popcart will tell you when it's back in stock or drops in price at any store.

➤ Coupons? No problem
No more waiting for coupon codes at checkout. Popcart automatically shows the price with coupons applied before you even add an item to your cart. That’s the key to finding the best deals!

➤ Shop safe
We are looking out for you. We will flag price gouging or too-good-to-be-true prices from shady sellers on online marketplaces like Amazon and Walmart.

Don’t miss out on a better price! Join 60,000+ Popcart members and find your first Epic Deal on Popcart today.

If you have any questions or suggestions email us at [email protected] or visit our FAQ page: https://www.popcart.com/faq 

By clicking “Add to Chrome” you agree to Popcart’s Terms & Conditions: https://www.popcart.com/terms

Built with ♥ in Boston, Massachusetts.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Popcart: Compare Prices Instantly, Save Money Popcart: Compare Prices Instantly, Save Money
ID jdfepmcbhnhfamkbpgkedjleahidcbdd
URL Chính Thức https://chrome.google.com/webstore/detail/popcart-compare-prices-in/jdfepmcbhnhfamkbpgkedjleahidcbdd
Mô tả Instantly compare prices and save money when you shop online.
Kích Thước Tệp 917 KB
Số Lần Cài Đặt 80,000
Phiên Bản Hiện Tại 2.0.0.1352
Cập Nhật Lần Cuối 2021-10-29
Ngày Phát Hành 2020-06-24
Đánh Giá 4.37/5 Tổng số 523 Đánh Giá
Nhà Phát Triển http://popcart.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.popcart.com/
URL Trang Trợ Giúp https://www.popcart.com/faq
URL Trang Chính Sách Bảo Mật https://www.popcart.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Popcart: Compare Prices Instantly, Save Money",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjt7pbLoZp+Ka5UfwLl4XCprdGsx+M\/PZdmcaw06gCxeFSxqnAK\/0KdhprbS03bvUbmOyWSVoWTGx5l15w+IJaLWTdybMOtfPhxecJsI1aMbqBpfJqYNOqp9VgtdEx9ycGRfPRTIWG877yk2O2pvVv6cV+9G7K\/BxM2yGJZZ6IucBaJfHJERSB+ucNb9gfioEgCAfSM+kas8sXeKm5lSraJNF9TDXZ9YEraHhwXqGShYN2GgVjV38LCvcZG+gf6lZvzlSJwm230N9kmO\/tmzhIp79uH1Nahn0J3mwXrnanQEoG4ETJzbszhvL9ojfDCTa3T8sVqZ0RELnj16sEMNjjQIDAQAB",
    "version": "2.0.0.1352",
    "description": "Instantly compare prices and save money when you shop online.",
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/*.facebook.net\/ 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "16": "images\/[email protected]",
            "32": "images\/[email protected]",
            "48": "images\/[email protected]",
            "128": "images\/[email protected]"
        }
    },
    "content_scripts": [
        {
            "js": [
                "popcartSupportedContentScript.bundle.js"
            ],
            "run_at": "document_start",
            "match_about_blank": false,
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/[email protected]",
        "32": "images\/[email protected]",
        "48": "images\/[email protected]",
        "128": "images\/[email protected]"
    },
    "web_accessible_resources": [
        "images\/*.gif",
        "images\/*.png",
        "images\/*.svg",
        "audio\/*.wav"
    ],
    "manifest_version": 2,
    "externally_connectable": {
        "matches": [
            "https:\/\/app.popcart.com\/*"
        ]
    }
}