TrackMyOrders.com Amazon IP Catcher
TrackMyOrders Extension
ما هو TrackMyOrders.com Amazon IP Catcher؟
TrackMyOrders.com Amazon IP Catcher هو إضافة Chrome تم تطويرها بواسطة https://trackmyorders.com، والميزة الرئيسية لها هي "TrackMyOrders Extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TrackMyOrders.com Amazon IP Catcher
قم بتنزيل ملفات الامتداد TrackMyOrders.com Amazon IP Catcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Amazon IP Check Software and Chrome Extension by TrackMyOrders for Amazon sellers that help to prevent your Amazon suspension, Amazon reinstates, and intellectual property rights. Protect you with Amazon.com IP Alert on 100+ million of Listings! TrackMyOrders.com Google Chrome Extension allows TrackMyOrders.com subscribers to check products on Amazon.com for Brand IP Risk Claim on Amazon.com. Our Brand Risk scoring model is updating continuously to help your clients avoid IP Claims from Amazon or other brands. Also the extension allows to: - see estimated number of sales - Can you sell this ASIN on Amazon or not.
معلومات أساسية عن التمديد
الاسم | TrackMyOrders.com Amazon IP Catcher |
ID | ifgcgbjbcfnomakgdmjccioieaejllgn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/trackmyorderscom-amazon-i/ifgcgbjbcfnomakgdmjccioieaejllgn |
الوصف | TrackMyOrders Extension |
حجم الملف | 762 KB |
عدد التثبيتات | 1,187 |
النسخة الحالية | 0.9.6.5 |
آخر تحديث | 2023-10-06 |
تاريخ النشر | 2020-05-05 |
تقييم | 4.43/5 مجموع تقييمات 7 |
المطور | https://trackmyorders.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
موقع الإضافة | https://trackmyorders.com/amazonipclaimcatcher |
عنوان صفحة المساعدة | https://trackmyorders.com |
عنوان صفحة سياسة الخصوصية | https://trackmyorders.com/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "src\/libs\/js\/jquery\/jquery.min.js", "src\/bg\/background.js" ] }, "browser_action": { "default_icon": "icons\/i19.png", "default_popup": "src\/browser_action\/browser_action.html", "default_title": "TMO Amazon IP Catcher" }, "content_security_policy": "script-src 'self' https:\/\/app.trackmyorders.com; object-src 'self'", "content_scripts": [ { "css": [ "src\/inject\/css\/styles.css" ], "js": [ "src\/libs\/js\/jquery\/jquery.min.js", "src\/inject\/AmazonIntegration.js" ], "matches": [ "*:\/\/*.trackmyorders.com\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.ca\/*" ], "run_at": "document_end" }, { "css": [ "src\/libs\/font-awesome\/css\/font-awesome.min.css" ], "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.ca\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "TrackMyOrders Extension", "homepage_url": "https:\/\/app.trackmyorders.com", "icons": { "128": "icons\/i128.png", "16": "icons\/i16.png", "48": "icons\/i48.png", "19": "icons\/i19.png" }, "manifest_version": 2, "name": "TrackMyOrders.com Amazon IP Catcher", "short_name": "TMO Amazon IP Catcher", "permissions": [ "*:\/\/*.trackmyorders.com\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.ca\/*", "storage" ], "version": "0.9.6.5", "web_accessible_resources": [ "src\/libs\/*", "src\/libs\/font-awesome\/*" ] } |