Save For .It
Save For It is a budget-minded wishlist that saves all your online shopping lists in one place
Vad är Save For .It?
Save For .It är en Chrome-tillägg utvecklad av http://savefor.it, och dess huvudfunktion är "Save For It is a budget-minded wishlist that saves all your online shopping lists in one place".
Tilläggsskärmbilder
Ladda ner Save For .It-förlängningens CRX-fil
Ladda ner Save For .It-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | clcokgoaockckcnlbhhjlodcimghlbkg |
Officiell webbadress | https://chrome.google.com/webstore/detail/save-for-it/clcokgoaockckcnlbhhjlodcimghlbkg |
Beskrivning | Save For It is a budget-minded wishlist that saves all your online shopping lists in one place |
Filstorlek | 20.8 KB |
Antal Installationer | 23 |
Aktuell Version | 1.0.3.1 |
Senast Uppdaterad | 2015-11-12 |
Publiceringsdatum | 2015-11-12 |
Utvecklare | http://savefor.it |
Betalningssätt | free |
Tilläggswebbplats | https://savefor.it |
Hjälpsida URL | https://savefor.it/help/ |
Stödda Språk | 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:\/\/*\/" ] } |