Comparrot

Comparrot automatically finds the cheapest prices in real-time as you shop!

什麼是Comparrot?

Comparrot是由https://joincomparrot.com開發的Chrome擴展程式,該擴展的主要功能是“Comparrot automatically finds the cheapest prices in real-time as you shop!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Comparrot擴展crx文件

下載Comparrot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Don't buy it until you Comparrot!

If you like saving money, you will love Comparrot.

Our members are saving an average of 34.5% per item!

Think you have what it takes to be the biggest saver? Take advantage of our savings tracker and compete against your friends and family.

Shop and save on 80+ stores (and counting).

Have a store suggestion you'd like to be added next, or any other questions? Email us at [email protected]

---------------------------------------------------------------------------------

By using this add-on, you agree to the Comparrot Terms & Conditions available at https://joincomparrot.com/terms                    

擴展基本資訊

名稱 Comparrot Comparrot
ID mllcoefpphpfhmkmekcghadhbpkcpfli
官方網址 https://chromewebstore.google.com/detail/comparrot/mllcoefpphpfhmkmekcghadhbpkcpfli
簡介 Comparrot automatically finds the cheapest prices in real-time as you shop!
檔案大小 2.36 MB
安裝次數 41
目前版本 2.8.19
更新時間 2021-09-08
上架時間 2020-10-11
評分 5.00/5 共 37 次評分
開發者 https://joincomparrot.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.joincomparrot.com
隱私政策頁面URL https://joincomparrot.com/privacy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comparrot",
    "version": "2.8.19",
    "description": "Comparrot automatically finds the cheapest prices in real-time as you shop!",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www.google-analytics.com\/analytics.js 'sha256-opd4Jdch7gpP31nxVnbM5NSFV\/BrTaVCHh1RUcWTVzI='; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "commands": {
        "show-iframe": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Command+Shift+1"
            },
            "description": "Show iframe with extension"
        }
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "extension\/config.js",
            "extension\/global.js",
            "extension\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "extension\/config.js",
                "extension\/global.js",
                "extension\/affiliate.js",
                "extension\/content.js"
            ],
            "css": [
                "extension\/content.css"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "index.html",
        "extension\/content.css"
    ],
    "icons": {
        "16": "assets\/img\/icons\/16x16.png",
        "32": "assets\/img\/icons\/32x32.png",
        "48": "assets\/img\/icons\/48x48.png",
        "128": "assets\/img\/icons\/128x128.png"
    }
}