iSnipe auction bidder
snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru
ما هو iSnipe auction bidder؟
iSnipe auction bidder هو إضافة Chrome تم تطويرها بواسطة https://isnipe.io، والميزة الرئيسية لها هي "snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة iSnipe auction bidder
قم بتنزيل ملفات الامتداد iSnipe auction bidder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
iSnipe.io user-friendly auction sniper saves your time and money and enhances chances to win on eBay, Copart, Delcampe and Meshok seconds before the auction ends. This auction sniping extension will appear as “iSnipe” link on eBay, Copart, Delcampe and Meshok auction pages and it will allow easy access to your sniping account. By installing the extension, you agree to iSnipe.io Terms and Conditions and Privacy Policy. Copyright © 2018 iSnipe.io. All rights reserved.
معلومات أساسية عن التمديد
الاسم | |
ID | ggmlinpjojponlfnblijndicmmloofcf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/isnipe-auction-bidder/ggmlinpjojponlfnblijndicmmloofcf |
الوصف | snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru |
حجم الملف | 58.85 KB |
عدد التثبيتات | 321 |
النسخة الحالية | 1.9.9 |
آخر تحديث | 2019-01-31 |
تاريخ النشر | 2019-01-31 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | https://isnipe.io |
نوع الدفع | free |
موقع الإضافة | https://isnipe.io |
عنوان صفحة المساعدة | https://isnipe.io/faq/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "iSnipe auction bidder", "version": "1.9.9", "description": "snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru", "permissions": [ "activeTab", "declarativeContent", "storage" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "iSnipe", "default_icon": { "16": "images\/snipe.png", "32": "images\/snipe.png", "48": "images\/snipe.png", "128": "images\/snipe.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content-script.js" ], "css": [ "content.css" ] } ], "icons": { "16": "images\/snipe.png", "32": "images\/snipe.png", "48": "images\/snipe.png", "128": "images\/snipe.png" }, "manifest_version": 2 } |