JustSnipe
Snipe an eBay item
Wat is JustSnipe?
JustSnipe is een Chrome-extensie ontwikkeld door publisher, en de belangrijkste functie is "Snipe an eBay item".
Extensie Screenshots
Download het CRX-bestand van de extensie JustSnipe
Download JustSnipe-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Adds a "Snipe" button alongside your Chrome address bar, which, when pressed, opens up a new small popup window letting you easily snipe the eBay auction you're looking at.
Basisinformatie over de Extensie
Naam | ![]() |
ID | afadkgjmkpljbeihpknjfoidhihddgnb |
Officiële URL | https://chrome.google.com/webstore/detail/justsnipe/afadkgjmkpljbeihpknjfoidhihddgnb |
Beschrijving | Snipe an eBay item |
Bestandsgrootte | 6.49 KB |
Aantal Installaties | 120 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2014-03-19 |
Publicatiedatum | 2014-03-19 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | publisher |
Betalingswijze | free |
Extensiewebsite | http://www.justsnipe.com/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "justsnipe_19x19.png", "default_title": "JustSnipe" }, "description": "Snipe an eBay item", "icons": { "128": "editable-icon.png" }, "name": "JustSnipe", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "2.0", "manifest_version": 2 } |