MetaProducts Inquiry
Chrome saver client for MetaProducts Inquiry.
Wat is MetaProducts Inquiry?
MetaProducts Inquiry is een Chrome-extensie ontwikkeld door https://metaproducts.com, en de belangrijkste functie is "Chrome saver client for MetaProducts Inquiry.".
Extensie Screenshots
Download het CRX-bestand van de extensie MetaProducts Inquiry
Download MetaProducts Inquiry-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This is the full integration of MetaProducts Inquiry into the Chrome browser (http://metaproducts.com/mp/Inquiry_Standard_Edition.htm.)
Basisinformatie over de Extensie
Naam | MetaProducts Inquiry |
ID | mgmijilbahfecncfaghcphilbkknacil |
Officiële URL | https://chromewebstore.google.com/detail/metaproducts-inquiry/mgmijilbahfecncfaghcphilbkknacil |
Beschrijving | Chrome saver client for MetaProducts Inquiry. |
Bestandsgrootte | 393 KB |
Aantal Installaties | 222 |
Huidige Versie | 1.4.0 |
Laatst Bijgewerkt | 2014-02-11 |
Publicatiedatum | 2014-02-10 |
Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://metaproducts.com |
Betalingswijze | free |
Extensiewebsite | http://metaproducts.com/mp/Inquiry_Standard_Edition.htm |
Help Pagina-URL | http://metaproducts.com/mp/mpSupport.asp |
Ondersteunde Talen | 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" } } |