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 là gì?

Adquisitio, the real-time Amazon deal finder là một tiện ích mở rộng Chrome được phát triển bởi http://www.adquisitio.com, và tính năng chính của nó là "Detect deals and discount products within the last hours or minutes. Be the first to take advantage of Amazon price drops.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Adquisitio, the real-time Amazon deal finder

Tải xuống các tệp mở rộng Adquisitio, the real-time Amazon deal finder 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

                        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.                    

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

Tên Adquisitio, the real-time Amazon deal finder Adquisitio, the real-time Amazon deal finder
ID epalflhnjolmgcojpiaccnbboeopgpge
URL Chính Thức https://chrome.google.com/webstore/detail/adquisitio-the-real-time/epalflhnjolmgcojpiaccnbboeopgpge
Mô tả Detect deals and discount products within the last hours or minutes. Be the first to take advantage of Amazon price drops.
Kích Thước Tệp 53.15 KB
Số Lần Cài Đặt 392
Phiên Bản Hiện Tại 0.150
Cập Nhật Lần Cuối 2014-10-15
Ngày Phát Hành 2014-10-15
Đánh Giá 4.25/5 Tổng số 8 Đánh Giá
Nhà Phát Triển http://www.adquisitio.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}