IP Alert

IP Alert warns users of potential IP claims on Amazon Product Detail Pages.

ما هو IP Alert؟

IP Alert هو إضافة Chrome تم تطويرها بواسطة https://www.cleartheshelf.com، والميزة الرئيسية لها هي "IP Alert warns users of potential IP claims on Amazon Product Detail Pages.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة IP Alert

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

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

                        The IP Alert extension will trigger a pop-up as well as a flashing red siren near the brand name on an Amazon Product detail page.

The brands that are triggered have been crowd-sourced by fellow Amazon sellers and are updated regularly.                    

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

الاسم IP Alert IP Alert
ID dcmindjgpiimpmkgmabhkflfaiimioea
عنوان URL الرسمي https://chromewebstore.google.com/detail/ip-alert/dcmindjgpiimpmkgmabhkflfaiimioea
الوصف IP Alert warns users of potential IP claims on Amazon Product Detail Pages.
حجم الملف 133 KB
عدد التثبيتات 38,762
النسخة الحالية 2.41
آخر تحديث 2023-11-08
تاريخ النشر 2021-04-22
تقييم 4.14/5 مجموع تقييمات 28
المطور https://www.cleartheshelf.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية http://cleartheshelf.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "IP Alert",
    "description": "IP Alert warns users of potential IP claims on Amazon Product Detail Pages.",
    "version": "2.41",
    "action": {
        "default_icon": {
            "16": "images\/IPAlert16x16.jpg",
            "48": "images\/IPAlert48x48.jpg",
            "128": "images\/IPAlert128x128.jpg"
        },
        "default_title": "IP Alert",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/tacticalarbitrage.com\/*",
                "*:\/\/app.tacticalarbitrage.com\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.sg\/*",
                "*:\/\/*.amazon.com.tr\/*",
                "*:\/\/*.amazon.ae\/*",
                "*:\/\/*.amazon.sa\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.pl\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.se\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com.au\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/utils.js",
                "js\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/app.getipalert.com\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "images\/IPAlert16x16.jpg",
        "48": "images\/IPAlert48x48.jpg",
        "128": "images\/IPAlert128x128.jpg"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}