Save For .It
Save For It is a budget-minded wishlist that saves all your online shopping lists in one place
Wat is Save For .It?
Save For .It is een Chrome-extensie ontwikkeld door http://savefor.it, en de belangrijkste functie is "Save For It is a budget-minded wishlist that saves all your online shopping lists in one place".
Extensie Screenshots
Download het CRX-bestand van de extensie Save For .It
Download Save For .It-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
SaveFor.it is a browser addon that helps you plan for future purchases. Think of it as a simple wish list and budgeting app, all based in the cloud. Visit https://savefor.it for more information.
Basisinformatie over de Extensie
Naam | |
ID | clcokgoaockckcnlbhhjlodcimghlbkg |
Officiële URL | https://chrome.google.com/webstore/detail/save-for-it/clcokgoaockckcnlbhhjlodcimghlbkg |
Beschrijving | Save For It is a budget-minded wishlist that saves all your online shopping lists in one place |
Bestandsgrootte | 20.8 KB |
Aantal Installaties | 23 |
Huidige Versie | 1.0.3.1 |
Laatst Bijgewerkt | 2015-11-12 |
Publicatiedatum | 2015-11-12 |
Ontwikkelaar | http://savefor.it |
Betalingswijze | free |
Extensiewebsite | https://savefor.it |
Help Pagina-URL | https://savefor.it/help/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save For .It", "description": "Save For It is a budget-minded wishlist that saves all your online shopping lists in one place", "version": "1.0.3.1", "browser_action": { "default_icon": "icon_32.png", "default_title": "Click to save for it!" }, "background": { "scripts": [ "popup.js" ] }, "icons": { "32": "icon_32.png", "128": "icon_128.png" }, "permissions": [ "activeTab", "http:\/\/*\/", "https:\/\/*\/" ] } |