Food Planner Importer
This extension imports recipes into food planner account of the user.
O que é Food Planner Importer?
Food Planner Importer é uma extensão do Chrome desenvolvida por http://www.foodplannerapp.com, e sua principal característica é "This extension imports recipes into food planner account of the user.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Food Planner Importer
Baixe arquivos de extensão Food Planner Importer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | gkifebpcganhgfogmcpedecenfobbidh |
URL Oficial | https://chrome.google.com/webstore/detail/food-planner-importer/gkifebpcganhgfogmcpedecenfobbidh |
Descrição | This extension imports recipes into food planner account of the user. |
Tamanho do Arquivo | 155 KB |
Contagem de Instalações | 1,876 |
Versão Atual | 3.0 |
Última Atualização | 2016-03-14 |
Data de Publicação | 2016-03-14 |
Classificação | 2.18/5 Total de 22 Avaliações |
Desenvolvedor | http://www.foodplannerapp.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.foodplannerapp.com/login |
URL da Página de Ajuda | http://help.foodplannerapp.com/site/faqs |
Idiomas Suportados | 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" } } |