MetaProducts Inquiry
Chrome saver client for MetaProducts Inquiry.
MetaProducts Inquiry là gì?
MetaProducts Inquiry là một tiện ích mở rộng Chrome được phát triển bởi https://metaproducts.com, và tính năng chính của nó là "Chrome saver client for MetaProducts Inquiry.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MetaProducts Inquiry
Tải xuống các tệp mở rộng MetaProducts Inquiry dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This is the full integration of MetaProducts Inquiry into the Chrome browser (http://metaproducts.com/mp/Inquiry_Standard_Edition.htm.)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | MetaProducts Inquiry |
ID | mgmijilbahfecncfaghcphilbkknacil |
URL Chính Thức | https://chromewebstore.google.com/detail/metaproducts-inquiry/mgmijilbahfecncfaghcphilbkknacil |
Mô tả | Chrome saver client for MetaProducts Inquiry. |
Kích Thước Tệp | 393 KB |
Số Lần Cài Đặt | 222 |
Phiên Bản Hiện Tại | 1.4.0 |
Cập Nhật Lần Cuối | 2014-02-11 |
Ngày Phát Hành | 2014-02-10 |
Đánh Giá | 4.20/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://metaproducts.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://metaproducts.com/mp/Inquiry_Standard_Edition.htm |
URL Trang Trợ Giúp | http://metaproducts.com/mp/mpSupport.asp |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |