PGO by G100
Extension for G100 Public Gold Dealers to download their customer datas from business center page.
Co to jest PGO by G100?
PGO by G100 to rozszerzenie Chrome opracowane przez shahrinrazmi, a jego główną funkcją jest „Extension for G100 Public Gold Dealers to download their customer datas from business center page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PGO by G100
Pobierz pliki rozszerzeń PGO by G100 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | PGO by G100 |
ID | ikfaidmmhokhgocfhhddhlahmbikjaed |
Oficjalny URL | https://chromewebstore.google.com/detail/pgo-by-g100/ikfaidmmhokhgocfhhddhlahmbikjaed |
Opis | Extension for G100 Public Gold Dealers to download their customer datas from business center page. |
Rozmiar pliku | 42.66 KB |
Liczba instalacji | 554 |
Aktualna Wersja | 3.5 |
Ostatnia Aktualizacja | 2024-01-26 |
Data Publikacji | 2023-01-19 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | shahrinrazmi |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://publicgoldofficial.com/app/privacy-policy |
Obsługiwane Języki | 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" } } |