Wisp Wishlist
Add items from your favourite online shop to your Wishlists
Hvad er Wisp Wishlist?
Wisp Wishlist er en Chrome-udvidelse udviklet af http://www.wispit.co.nz, og dens hovedfunktion er "Add items from your favourite online shop to your Wishlists".
Udvidelsesskærmbilleder
Download Wisp Wishlist-udvidelses-CRX-fil
Download Wisp Wishlist-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
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | chpekndmgelainhmfpolgajlbomhibmm |
Officiel URL | https://chrome.google.com/webstore/detail/wisp-wishlist/chpekndmgelainhmfpolgajlbomhibmm |
Beskrivelse | Add items from your favourite online shop to your Wishlists |
Filstørrelse | 15.1 KB |
Antal Installationer | 23 |
Nuværende Version | 1.0 |
Senest Opdateret | 2015-10-21 |
Udgivelsesdato | 2015-10-21 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | http://www.wispit.co.nz |
Betalingsmetode | free |
Udvidelseswebsted | https://www.wispit.co.nz/ |
Hjælpeside-URL | https://www.wispit.co.nz/blog |
Understøttede Sprog | 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" ] } |