Wisp Wishlist
Add items from your favourite online shop to your Wishlists
Wat is Wisp Wishlist?
Wisp Wishlist is een Chrome-extensie ontwikkeld door http://www.wispit.co.nz, en de belangrijkste functie is "Add items from your favourite online shop to your Wishlists".
Extensie Screenshots
Download het CRX-bestand van de extensie Wisp Wishlist
Download Wisp Wishlist-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
Use the Wisp plugin to create Wishlists by Adding products from your favorite online shops. Share wishlists with your friends and family, or use the system to find gifts.
Basisinformatie over de Extensie
Naam | |
ID | chpekndmgelainhmfpolgajlbomhibmm |
Officiële URL | https://chrome.google.com/webstore/detail/wisp-wishlist/chpekndmgelainhmfpolgajlbomhibmm |
Beschrijving | Add items from your favourite online shop to your Wishlists |
Bestandsgrootte | 15.1 KB |
Aantal Installaties | 23 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-10-21 |
Publicatiedatum | 2015-10-21 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://www.wispit.co.nz |
Betalingswijze | free |
Extensiewebsite | https://www.wispit.co.nz/ |
Help Pagina-URL | https://www.wispit.co.nz/blog |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wisp Wishlist", "description": "Add items from your favourite online shop to your Wishlists", "version": "1.0", "icons": { "16": "\/skin\/statusbaricon.png", "48": "\/skin\/icon30.png", "128": "\/skin\/addonicon.png" }, "browser_action": { "default_icon": "\/skin\/icon.png" }, "background": { "scripts": [ "wisp.js" ], "persistent": false }, "permissions": [ "activeTab" ] } |