AZ 90 Day

Display any Amazon product's average 90 selling price and sales rank.

ما هو AZ 90 Day؟

AZ 90 Day هو إضافة Chrome تم تطويرها بواسطة Green Lava، والميزة الرئيسية لها هي "Display any Amazon product's average 90 selling price and sales rank.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة AZ 90 Day

قم بتنزيل ملفات الامتداد AZ 90 Day بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Get 90 Day Price and Rank Averages on the Amazon Page with the AZ 90 Day Chrome Extension for Amazon.                    

معلومات أساسية عن التمديد

الاسم AZ 90 Day AZ 90 Day
ID nnlkfkelmipfdpgjiopncibpcghjkbjl
عنوان URL الرسمي https://chromewebstore.google.com/detail/az-90-day/nnlkfkelmipfdpgjiopncibpcghjkbjl
الوصف Display any Amazon product's average 90 selling price and sales rank.
حجم الملف 375 KB
عدد التثبيتات 327
النسخة الحالية 1.3
آخر تحديث 2016-08-14
تاريخ النشر 2016-08-14
تقييم 5.00/5 مجموع تقييمات 2
المطور Green Lava
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة http://www.az90day.com/
عنوان صفحة المساعدة http://www.az90day.com/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AZ 90 Day",
    "version": "1.3",
    "description": "Display any Amazon product's average 90 selling price and sales rank.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "all_frames": true,
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "https:\/\/keepa.com\/*",
                "http:\/\/keepa.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/diamond.png"
        }
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "manifest_version": 2
}