MetaProducts Inquiry

Chrome saver client for MetaProducts Inquiry.

Was ist MetaProducts Inquiry?

MetaProducts Inquiry ist eine Chrome-Erweiterung, die von https://metaproducts.com entwickelt wurde, und ihr Hauptmerkmal ist "Chrome saver client for MetaProducts Inquiry.".

Erweiterungsscreenshots

screenshot
screenshot

MetaProducts Inquiry-Erweiterungs-CRX-Datei herunterladen

Laden Sie MetaProducts Inquiry-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

                        This is the full integration of MetaProducts Inquiry into the Chrome browser (http://metaproducts.com/mp/Inquiry_Standard_Edition.htm.)                    

Grundlegende Informationen zur Erweiterung

Name MetaProducts Inquiry MetaProducts Inquiry
ID mgmijilbahfecncfaghcphilbkknacil
Offizielle URL https://chromewebstore.google.com/detail/metaproducts-inquiry/mgmijilbahfecncfaghcphilbkknacil
Beschreibung Chrome saver client for MetaProducts Inquiry.
Dateigröße 393 KB
Installationsanzahl 222
Aktuelle Version 1.4.0
Letztes Update 2014-02-11
Veröffentlichungsdatum 2014-02-10
Bewertung 4.20/5 Insgesamt 5 Bewertungen
Entwickler https://metaproducts.com
Zahlungsart free
Erweiterungswebsite http://metaproducts.com/mp/Inquiry_Standard_Edition.htm
Hilfeseite URL http://metaproducts.com/mp/mpSupport.asp
Unterstützte Sprachen en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "manifest_version": 2,
    "version": "1.4.0",
    "minimum_chrome_version": "20",
    "default_locale": "en",
    "homepage_url": "http:\/\/metaproducts.com",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jsContent\/browserAPI.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon_19.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            }
        }
    },
    "permissions": [
        "tabs",
        "notifications",
        "nativeMessaging",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    }
}