Adquisitio, the real-time Amazon deal finder

Detect deals and discount products within the last hours or minutes. Be the first to take advantage of Amazon price drops.

什麼是Adquisitio, the real-time Amazon deal finder?

Adquisitio, the real-time Amazon deal finder是由http://www.adquisitio.com開發的Chrome擴展程式,該擴展的主要功能是“Detect deals and discount products within the last hours or minutes. Be the first to take advantage of Amazon price drops.”。

擴展截圖

screenshot
screenshot

下載Adquisitio, the real-time Amazon deal finder擴展crx文件

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

擴展使用說明

                        Adquisitio is a set of tools to help you save money when shopping at Amazon. Per department, you can:

    Detect deals and discounted products within the last hours. Be the first to take advantage of bargains and price drops from Amazon.
    Be notified by email when a product reach the price you set.
    Compare, in real-time, product prices in all Amazon international sites.
    Analyze the historical price chart to determine if current product price is good enough to buy it.                    

擴展基本資訊

名稱 Adquisitio, the real-time Amazon deal finder Adquisitio, the real-time Amazon deal finder
ID epalflhnjolmgcojpiaccnbboeopgpge
官方網址 https://chrome.google.com/webstore/detail/adquisitio-the-real-time/epalflhnjolmgcojpiaccnbboeopgpge
簡介 Detect deals and discount products within the last hours or minutes. Be the first to take advantage of Amazon price drops.
檔案大小 53.15 KB
安裝次數 392
目前版本 0.150
更新時間 2014-10-15
上架時間 2014-10-15
評分 4.25/5 共 8 次評分
開發者 http://www.adquisitio.com
付費類型 free
支援的語言 en,es
manifest.json
{
    "background": {
        "scripts": [
            "background.js",
            "script.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "32": "icon-32.png",
        "64": "icon-64.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC9xMn1LacM0ocQxJmAudz\/O0dUcdGKy20\/TyHqeqBMEMws6k26ALTCjchpenqzS+u0FZg1nXlP6d\/Rg60yQFa0\/rqdnc7kxH02JToiYsp+uQrHXBfmJ3aNDPPa\/fwYI9kG\/vk1glTlTG\/91cflmDuOcYyg9p2lwvjDjQF1SMpysQIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "options_page": "options.html",
    "page_action": {
        "default_icon": "icon-128.png",
        "default_title": "Adquisitio sidebar, the real-time Amazon deal finder."
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "storage"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.150",
    "web_accessible_resources": [
        "background.html",
        "waiting.html",
        "skin\/ca.gif",
        "skin\/de.gif",
        "skin\/us.gif",
        "skin\/cn.gif",
        "skin\/jp.gif",
        "skin\/fr.gif",
        "skin\/es.gif",
        "skin\/in.gif",
        "skin\/uk.gif",
        "skin\/it.gif",
        "skin\/overlay.css",
        "skin\/track.png",
        "icon-64.png"
    ]
}