Grosh extension for Chrome

Add items from the Internet to a shopping list or bookmark recipes from popular websites in Grosh, the intelligent shopping app

Was ist Grosh extension for Chrome?

Grosh extension for Chrome ist eine Chrome-Erweiterung, die von https://groshapp.com entwickelt wurde, und ihr Hauptmerkmal ist "Add items from the Internet to a shopping list or bookmark recipes from popular websites in Grosh, the intelligent shopping app".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Grosh extension for Chrome-Erweiterungs-CRX-Datei herunterladen

Laden Sie Grosh extension for Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        The Grosh extension for Google Chrome allows you to easily import recipes from many popular recipe websites directly into Grosh. You may also add items directly to a shopping or wish list using the Plugin. To use the plugin you must be have a Grosh account - you may create one using the regular Grosh app.                    

Grundlegende Informationen zur Erweiterung

Name Grosh extension for Chrome Grosh extension for Chrome
ID fppodfcakahepmmcmhndjbfpidocmjdk
Offizielle URL https://chromewebstore.google.com/detail/grosh-extension-for-chrom/fppodfcakahepmmcmhndjbfpidocmjdk
Beschreibung Add items from the Internet to a shopping list or bookmark recipes from popular websites in Grosh, the intelligent shopping app
Dateigröße 319 KB
Installationsanzahl 96
Aktuelle Version 1.2
Letztes Update 2018-09-18
Veröffentlichungsdatum 2018-09-18
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://groshapp.com
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Grosh extension for Chrome",
    "description": "Add items from the Internet to a shopping list or bookmark recipes from popular websites in Grosh, the intelligent shopping app",
    "version": "1.2",
    "icons": {
        "16": "img\/icon16.png",
        "19": "img\/icon.png",
        "38": "img\/icon38.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "login.html",
        "background": {
            "scripts": [
                "login.js",
                "addRecipe.js",
                "addItem.js",
                "util.js"
            ],
            "pages": [
                "login.html",
                "addRecipe.html",
                "addItem.html"
            ]
        }
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "activeTab",
        "storage",
        "https:\/\/www.facebook.com\/dialog\/oauth\/*",
        "https:\/\/www.groshapp.com\/edge\/*",
        "https:\/\/www.google.com\/*",
        "http:\/\/www.google.com\/*"
    ]
}