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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    ]
}