PGO by G100
Extension for G100 Public Gold Dealers to download their customer datas from business center page.
Cos'è PGO by G100?
PGO by G100 è un'estensione di Chrome sviluppata da shahrinrazmi, e la sua funzione principale è "Extension for G100 Public Gold Dealers to download their customer datas from business center page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PGO by G100
Scarica i file di estensione PGO by G100 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | PGO by G100 |
ID | ikfaidmmhokhgocfhhddhlahmbikjaed |
URL Ufficiale | https://chromewebstore.google.com/detail/pgo-by-g100/ikfaidmmhokhgocfhhddhlahmbikjaed |
Descrizione | Extension for G100 Public Gold Dealers to download their customer datas from business center page. |
Dimensione del File | 42.66 KB |
Conteggio Installazioni | 554 |
Versione Corrente | 3.5 |
Ultimo Aggiornamento | 2024-01-26 |
Data di Pubblicazione | 2023-01-19 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | shahrinrazmi |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://publicgoldofficial.com/app/privacy-policy |
Lingue Supportate | 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" } } |