digdrop - Amazon price drops digger

Amazon price tracker, price drops explorer, Amazon price history chart app.

digdrop - Amazon price drops diggerคืออะไร?

digdrop - Amazon price drops digger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://digdrop.com และคุณลักษณะหลักของมันคือ "Amazon price tracker, price drops explorer, Amazon price history chart app."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย digdrop - Amazon price drops digger

ดาวน์โหลดไฟล์ส่วนขยาย digdrop - Amazon price drops digger ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension provides information about Amazon.com products that have incurred recent price drops, along with a product price history chart.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ digdrop - Amazon price drops digger digdrop - Amazon price drops digger
ID eldgnmpbphbeogogkkpkjihnfmpcoian
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/digdrop-amazon-price-drop/eldgnmpbphbeogogkkpkjihnfmpcoian
คำอธิบาย Amazon price tracker, price drops explorer, Amazon price history chart app.
ขนาดไฟล์ 34.68 KB
จำนวนการติดตั้ง 222
เวอร์ชันปัจจุบัน 1.8
อัปเดตครั้งล่าสุด 2015-02-14
วันที่เผยแพร่ 2015-02-14
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://digdrop.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://digdrop.com/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "digdrop - Amazon price drops digger",
    "description": "Amazon price tracker, price drops explorer, Amazon price history chart app.",
    "version": "1.8",
    "icons": {
        "19": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "homepage_url": "http:\/\/digdrop.com\/",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "digdrop - Amazon price drops digger",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.digdrop.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.amazon.com\/*"
            ],
            "js": [
                "page-scrape.js"
            ],
            "run_at": "document_end"
        }
    ]
}