Food Planner Importer
This extension imports recipes into food planner account of the user.
Qu'est-ce que Food Planner Importer ?
Food Planner Importer est une extension Chrome développée par http://www.foodplannerapp.com, et sa fonction principale est "This extension imports recipes into food planner account of the user.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Food Planner Importer
Téléchargez les fichiers d'extension Food Planner Importer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | gkifebpcganhgfogmcpedecenfobbidh |
URL Officiel | https://chrome.google.com/webstore/detail/food-planner-importer/gkifebpcganhgfogmcpedecenfobbidh |
Description | This extension imports recipes into food planner account of the user. |
Taille du Fichier | 155 KB |
Nombre d'Installations | 1,876 |
Version Actuelle | 3.0 |
Dernière Mise à Jour | 2016-03-14 |
Date de Publication | 2016-03-14 |
Évaluation | 2.18/5 Total 22 Évaluations |
Développeur | http://www.foodplannerapp.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.foodplannerapp.com/login |
URL de la Page d'Aide | http://help.foodplannerapp.com/site/faqs |
Langues Prises en Charge | 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" } } |