Flipmine
Turbocharge your Flipmine account via automatic gate-checking, and more to come soon.
ما هو Flipmine؟
Flipmine هو إضافة Chrome تم تطويرها بواسطة https://flipmine.com، والميزة الرئيسية لها هي "Turbocharge your Flipmine account via automatic gate-checking, and more to come soon.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Flipmine
قم بتنزيل ملفات الامتداد Flipmine بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Flipmine extension expands Flipmine to include additional features. Here is a list of the current features: 1. Automatically check gating status for opportunities This allows your search results feed to be automatically checked for gated products. The extension must be installed and you must be signed into your Amazon account in order for it to work properly.
معلومات أساسية عن التمديد
الاسم | Flipmine |
ID | lpconkppobdklbmabmdhpcacceggehja |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/flipmine/lpconkppobdklbmabmdhpcacceggehja |
الوصف | Turbocharge your Flipmine account via automatic gate-checking, and more to come soon. |
حجم الملف | 91.99 KB |
عدد التثبيتات | 2,487 |
النسخة الحالية | 0.0.6 |
آخر تحديث | 2024-03-04 |
تاريخ النشر | 2020-10-24 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://flipmine.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.flipmine.com |
عنوان صفحة سياسة الخصوصية | https://www.flipmine.com/privacy_policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flipmine", "description": "Turbocharge your Flipmine account via automatic gate-checking, and more to come soon.", "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "permissions": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.flipmine.com\/*" ], "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "https:\/\/www.flipmine.com\/*" ] }, "manifest_version": 2, "version": "0.0.6" } |