Food Planner Importer
This extension imports recipes into food planner account of the user.
Food Planner Importer란 무엇입니까?
Food Planner Importer은(는) http://www.foodplannerapp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension imports recipes into food planner account of the user."입니다.
확장 프로그램 스크린샷
Food Planner Importer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |