iSnipe auction bidder
snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru
Hvad er iSnipe auction bidder?
iSnipe auction bidder er en Chrome-udvidelse udviklet af https://isnipe.io, og dens hovedfunktion er "snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru".
Udvidelsesskærmbilleder
Download iSnipe auction bidder-udvidelses-CRX-fil
Download iSnipe auction bidder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ggmlinpjojponlfnblijndicmmloofcf |
Officiel URL | https://chrome.google.com/webstore/detail/isnipe-auction-bidder/ggmlinpjojponlfnblijndicmmloofcf |
Beskrivelse | snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru |
Filstørrelse | 58.85 KB |
Antal Installationer | 321 |
Nuværende Version | 1.9.9 |
Senest Opdateret | 2019-01-31 |
Udgivelsesdato | 2019-01-31 |
Bedømmelse | 5.00/5 Samlet 6 Bedømmelser |
Udvikler | https://isnipe.io |
Betalingsmetode | free |
Udvidelseswebsted | https://isnipe.io |
Hjælpeside-URL | https://isnipe.io/faq/ |
Understøttede Sprog | 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 } |