MetaProducts Inquiry
Chrome saver client for MetaProducts Inquiry.
什么是MetaProducts Inquiry?
MetaProducts Inquiry是由https://metaproducts.com开发的Chrome扩展程序,该扩展的主要功能是“Chrome saver client for MetaProducts Inquiry.”。
扩展截图
下载MetaProducts Inquiry扩展crx文件
下载MetaProducts Inquiry扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is the full integration of MetaProducts Inquiry into the Chrome browser (http://metaproducts.com/mp/Inquiry_Standard_Edition.htm.)
扩展基本信息
名称 | MetaProducts Inquiry |
ID | mgmijilbahfecncfaghcphilbkknacil |
官方URL | https://chromewebstore.google.com/detail/metaproducts-inquiry/mgmijilbahfecncfaghcphilbkknacil |
简介 | Chrome saver client for MetaProducts Inquiry. |
文件大小 | 393 KB |
安装次数 | 222 |
当前版本 | 1.4.0 |
更新时间 | 2014-02-11 |
上架时间 | 2014-02-10 |
评分 | 4.20/5 共5次评分 |
开发者 | https://metaproducts.com |
付费类型 | free |
扩展官网 | http://metaproducts.com/mp/Inquiry_Standard_Edition.htm |
帮助页面URL | http://metaproducts.com/mp/mpSupport.asp |
支持的语言 | 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" } } |