Save For .It
Save For It is a budget-minded wishlist that saves all your online shopping lists in one place
Save For .It क्या है?
Save For .It http://savefor.it द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save For It is a budget-minded wishlist that saves all your online shopping lists in one place"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Save For .It एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | clcokgoaockckcnlbhhjlodcimghlbkg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/save-for-it/clcokgoaockckcnlbhhjlodcimghlbkg |
विवरण | Save For It is a budget-minded wishlist that saves all your online shopping lists in one place |
फ़ाइल का आकार | 20.8 KB |
स्थापना संख्या | 23 |
वर्तमान संस्करण | 1.0.3.1 |
अंतिम अपडेट | 2015-11-12 |
प्रकाशन तिथि | 2015-11-12 |
डेवलपर | http://savefor.it |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://savefor.it |
सहायता पृष्ठ URL | https://savefor.it/help/ |
समर्थित भाषाएँ | 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:\/\/*\/" ] } |