Pricemetry - First on deals you like

Enjoying discounts on its favorites products has never been easier !

什麼是Pricemetry - First on deals you like?

Pricemetry - First on deals you like是由https://pricemetry.com開發的Chrome擴展程式,該擴展的主要功能是“Enjoying discounts on its favorites products has never been easier !”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Pricemetry - First on deals you like擴展crx文件

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

擴展使用說明

                        Prices keep changing on the web. Did you know Amazon changes its prices 2.5 million times per day ? Track the price, you will know in real time when a product you love is in discount! Use our nice button during your shopping escapades on the web to add everything you want. Great deals will come not long after.

Pricemetry supports 30,000 retailers. Hmm that's not the very truth... in fact we support many more, our technology can track any product-like page with a success rate of 94%. Because we shouldn't have to choose only on big retailers, craftsmans's works are too awesome to put aside!

- 1 - Browse your favorites shops
- 2 - You like a product ? Save it!
- 3 - Once it drops we notify you                    

擴展基本資訊

名稱 Pricemetry - First on deals you like Pricemetry - First on deals you like
ID nefokogibeilegomlfpcgiebmpfhlgll
官方網址 https://chromewebstore.google.com/detail/pricemetry-first-on-deals/nefokogibeilegomlfpcgiebmpfhlgll
簡介 Enjoying discounts on its favorites products has never been easier !
檔案大小 144 KB
安裝次數 770
目前版本 1.1.7
更新時間 2014-09-18
上架時間 2014-09-18
評分 3.82/5 共 11 次評分
開發者 https://pricemetry.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://pricemetry.com
說明頁面URL http://pricemetry/installed/chrome
支援的語言 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.7",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "fr",
    "homepage_url": "https:\/\/pricemetry.com",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_title": "__MSG_appAction__"
    },
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "apps\/*",
        "lib\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "prebookmarklet.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "lib\/jquery-2.1.1.min.js",
                "notify.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}