CommPay for HughesNet
This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.
CommPay for HughesNet là gì?
CommPay for HughesNet là một tiện ích mở rộng Chrome được phát triển bởi CommPayPro, và tính năng chính của nó là "This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.".
Ả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 CommPay for HughesNet
Tải xuống các tệp mở rộng CommPay for HughesNet 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 extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CommPay for HughesNet |
ID | jhglpemkkfphlkjalpamfpbipfncajkk |
URL Chính Thức | https://chromewebstore.google.com/detail/commpay-for-hughesnet/jhglpemkkfphlkjalpamfpbipfncajkk |
Mô tả | This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale. |
Kích Thước Tệp | 183 KB |
Số Lần Cài Đặt | 39 |
Phiên Bản Hiện Tại | 3.1 |
Cập Nhật Lần Cuối | 2020-01-15 |
Ngày Phát Hành | 2020-01-15 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | CommPayPro |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://www.commpaypro.com/PrivacyPolicy.aspx |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CommPay for HughesNet", "description": "This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.", "version": "3.1", "permissions": [ "https:\/\/commpay1\/", "https:\/\/*.hughesnet.com\/", "https:\/\/commpay.software\/" ], "background": { "scripts": [ "jquery-1.11.2.js", "jquery.base64.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/auth.myhughesnet.com\/*", "https:\/\/secure.hughesnet.com\/*", "https:\/\/ssopow.hughesnet.com\/*" ], "js": [ "jquery-1.11.2.js", "jquery.base64.js", "commpay_hughes.js" ], "all_frames": true } ] } |