iSnipe auction bidder
snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru
Qu'est-ce que iSnipe auction bidder ?
iSnipe auction bidder est une extension Chrome développée par https://isnipe.io, et sa fonction principale est "snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension iSnipe auction bidder
Téléchargez les fichiers d'extension iSnipe auction bidder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ggmlinpjojponlfnblijndicmmloofcf |
URL Officiel | https://chrome.google.com/webstore/detail/isnipe-auction-bidder/ggmlinpjojponlfnblijndicmmloofcf |
Description | snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru |
Taille du Fichier | 58.85 KB |
Nombre d'Installations | 321 |
Version Actuelle | 1.9.9 |
Dernière Mise à Jour | 2019-01-31 |
Date de Publication | 2019-01-31 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | https://isnipe.io |
Type de Paiement | free |
Site Web de l'Extension | https://isnipe.io |
URL de la Page d'Aide | https://isnipe.io/faq/ |
Langues Prises en Charge | 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 } |