PGO by G100
Extension for G100 Public Gold Dealers to download their customer datas from business center page.
PGO by G100 là gì?
PGO by G100 là một tiện ích mở rộng Chrome được phát triển bởi shahrinrazmi, và tính năng chính của nó là "Extension for G100 Public Gold Dealers to download their customer datas from business center page.".
Ả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 PGO by G100
Tải xuống các tệp mở rộng PGO by G100 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
Extension for G100 Public Gold Dealers to download their customer datas from business center page. One click button and data will download to CSV file.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PGO by G100 |
ID | ikfaidmmhokhgocfhhddhlahmbikjaed |
URL Chính Thức | https://chromewebstore.google.com/detail/pgo-by-g100/ikfaidmmhokhgocfhhddhlahmbikjaed |
Mô tả | Extension for G100 Public Gold Dealers to download their customer datas from business center page. |
Kích Thước Tệp | 42.66 KB |
Số Lần Cài Đặt | 554 |
Phiên Bản Hiện Tại | 3.5 |
Cập Nhật Lần Cuối | 2024-01-26 |
Ngày Phát Hành | 2023-01-19 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | shahrinrazmi |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://publicgoldofficial.com/app/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PGO by G100", "description": "Extension for G100 Public Gold Dealers to download their customer datas from business center page.", "version": "3.5", "permissions": [ "activeTab", "scripting" ], "content_scripts": [ { "matches": [ "https:\/\/*.pgmall.my\/*" ], "js": [ "jquery.min.js", "background.js" ], "run_at": "document_end" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_icon": "icon.png", "default_title": "PGO by G100", "default_popup": "background.html" } } |