Food Planner Importer
This extension imports recipes into food planner account of the user.
Food Planner Importer क्या है?
Food Planner Importer http://www.foodplannerapp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension imports recipes into food planner account of the user."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Food Planner Importer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
FoodPlanner is the ultimate FREE mobile recipe/meal/inventory planning platform for iOS, Android, Amazon and the Web. FoodPlanner allows you to import and save recipes from all of your favorite foodie websites and blogs and sync them with your mobile devices. Plan your daily or weekly meal plans, generate grocery lists, track inventory and much more! Our brand new chrome extension will allow you to easily import recipes from supported sites with just a single click! Over 600+ Sites are supported! Check it out today! Create your account today for FREE! No cc required. http://www.foodplannerapp.com/signup
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gkifebpcganhgfogmcpedecenfobbidh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/food-planner-importer/gkifebpcganhgfogmcpedecenfobbidh |
विवरण | This extension imports recipes into food planner account of the user. |
फ़ाइल का आकार | 155 KB |
स्थापना संख्या | 1,876 |
वर्तमान संस्करण | 3.0 |
अंतिम अपडेट | 2016-03-14 |
प्रकाशन तिथि | 2016-03-14 |
रेटिंग | 2.18/5 कुल 22 रेटिंग्स |
डेवलपर | http://www.foodplannerapp.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.foodplannerapp.com/login |
सहायता पृष्ठ URL | http://help.foodplannerapp.com/site/faqs |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Food Planner Importer", "description": "This extension imports recipes into food planner account of the user.", "version": "3.0", "permissions": [ "tabs", "http:\/\/foodplannerappcom.appspot.com\/" ], "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png" } } |