Amazon Rank Chrome Extension

This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that…

ما هو Amazon Rank Chrome Extension؟

Amazon Rank Chrome Extension هو إضافة Chrome تم تطويرها بواسطة https://www.fbamaster.com، والميزة الرئيسية لها هي "This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that…".

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

screenshot

تحميل ملف CRX للإضافة Amazon Rank Chrome Extension

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

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

                        This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that category.                    

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

الاسم Amazon Rank Chrome Extension Amazon Rank Chrome Extension
ID afcbjmdkfcdfbamemeadbpmabohjehcl
عنوان URL الرسمي https://chromewebstore.google.com/detail/amazon-rank-chrome-extens/afcbjmdkfcdfbamemeadbpmabohjehcl
الوصف This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that…
حجم الملف 104 KB
عدد التثبيتات 9,534
النسخة الحالية 1.3
آخر تحديث 2016-03-09
تاريخ النشر 2016-03-09
تقييم 4.36/5 مجموع تقييمات 14
المطور https://www.fbamaster.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Rank Chrome Extension",
    "description": "",
    "version": "1.3",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "settings.js",
                "jquery-2.2.1.js",
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "webNavigation"
    ]
}