Food Planner Importer

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

Co to jest Food Planner Importer?

Food Planner Importer to rozszerzenie Chrome opracowane przez http://www.foodplannerapp.com, a jego główną funkcją jest „This extension imports recipes into food planner account of the user.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Food Planner Importer

Pobierz pliki rozszerzeń Food Planner Importer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Food Planner Importer Food Planner Importer
ID gkifebpcganhgfogmcpedecenfobbidh
Oficjalny URL https://chrome.google.com/webstore/detail/food-planner-importer/gkifebpcganhgfogmcpedecenfobbidh
Opis This extension imports recipes into food planner account of the user.
Rozmiar pliku 155 KB
Liczba instalacji 1,876
Aktualna Wersja 3.0
Ostatnia Aktualizacja 2016-03-14
Data Publikacji 2016-03-14
Ocena 2.18/5 Łącznie 22 Oceny
Deweloper http://www.foodplannerapp.com
Typ Płatności free
Strona Rozszerzenia http://www.foodplannerapp.com/login
Adres URL Strony Pomocy http://help.foodplannerapp.com/site/faqs
Obsługiwane Języki 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"
    }
}