PGO by G100
Extension for G100 Public Gold Dealers to download their customer datas from business center page.
Hvad er PGO by G100?
PGO by G100 er en Chrome-udvidelse udviklet af shahrinrazmi, og dens hovedfunktion er "Extension for G100 Public Gold Dealers to download their customer datas from business center page.".
Udvidelsesskærmbilleder
Download PGO by G100-udvidelses-CRX-fil
Download PGO by G100-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | PGO by G100 |
ID | ikfaidmmhokhgocfhhddhlahmbikjaed |
Officiel URL | https://chromewebstore.google.com/detail/pgo-by-g100/ikfaidmmhokhgocfhhddhlahmbikjaed |
Beskrivelse | Extension for G100 Public Gold Dealers to download their customer datas from business center page. |
Filstørrelse | 42.66 KB |
Antal Installationer | 554 |
Nuværende Version | 3.5 |
Senest Opdateret | 2024-01-26 |
Udgivelsesdato | 2023-01-19 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | shahrinrazmi |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://publicgoldofficial.com/app/privacy-policy |
Understøttede Sprog | 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" } } |