Wisp Wishlist
Add items from your favourite online shop to your Wishlists
What is Wisp Wishlist?
Wisp Wishlist is a Chrome extension developed by http://www.wispit.co.nz, and its main feature is "Add items from your favourite online shop to your Wishlists".
Extension Screenshots
Download Wisp Wishlist Extension CRX File
Download Wisp Wishlist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | chpekndmgelainhmfpolgajlbomhibmm |
Official URL | https://chrome.google.com/webstore/detail/wisp-wishlist/chpekndmgelainhmfpolgajlbomhibmm |
Description | Add items from your favourite online shop to your Wishlists |
File Size | 15.1 KB |
Installation Count | 23 |
Current Version | 1.0 |
Last Updated | 2015-10-21 |
Publish Date | 2015-10-21 |
Rating | 5.00/5 Total 2 Ratings |
Developer | http://www.wispit.co.nz |
Payment Type | free |
Extension Website | https://www.wispit.co.nz/ |
Help Page URL | https://www.wispit.co.nz/blog |
Supported Languages | 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" ] } |