MetaProducts Inquiry
Chrome saver client for MetaProducts Inquiry.
Cos'è MetaProducts Inquiry?
MetaProducts Inquiry è un'estensione di Chrome sviluppata da https://metaproducts.com, e la sua funzione principale è "Chrome saver client for MetaProducts Inquiry.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MetaProducts Inquiry
Scarica i file di estensione MetaProducts Inquiry in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This is the full integration of MetaProducts Inquiry into the Chrome browser (http://metaproducts.com/mp/Inquiry_Standard_Edition.htm.)
Informazioni di Base sull'Estensione
Nome | MetaProducts Inquiry |
ID | mgmijilbahfecncfaghcphilbkknacil |
URL Ufficiale | https://chromewebstore.google.com/detail/metaproducts-inquiry/mgmijilbahfecncfaghcphilbkknacil |
Descrizione | Chrome saver client for MetaProducts Inquiry. |
Dimensione del File | 393 KB |
Conteggio Installazioni | 222 |
Versione Corrente | 1.4.0 |
Ultimo Aggiornamento | 2014-02-11 |
Data di Pubblicazione | 2014-02-10 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | https://metaproducts.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://metaproducts.com/mp/Inquiry_Standard_Edition.htm |
URL della Pagina di Aiuto | http://metaproducts.com/mp/mpSupport.asp |
Lingue Supportate | 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" } } |