Food Planner Importer

This extension imports recipes into food planner account of the user.

Food Planner Importer là gì?

Food Planner Importer là một tiện ích mở rộng Chrome được phát triển bởi http://www.foodplannerapp.com, và tính năng chính của nó là "This extension imports recipes into food planner account of the user.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Food Planner Importer

Tải xuống các tệp mở rộng Food Planner Importer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Food Planner Importer Food Planner Importer
ID gkifebpcganhgfogmcpedecenfobbidh
URL Chính Thức https://chrome.google.com/webstore/detail/food-planner-importer/gkifebpcganhgfogmcpedecenfobbidh
Mô tả This extension imports recipes into food planner account of the user.
Kích Thước Tệp 155 KB
Số Lần Cài Đặt 1,876
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2016-03-14
Ngày Phát Hành 2016-03-14
Đánh Giá 2.18/5 Tổng số 22 Đánh Giá
Nhà Phát Triển http://www.foodplannerapp.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.foodplannerapp.com/login
URL Trang Trợ Giúp http://help.foodplannerapp.com/site/faqs
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}