PGO by G100
Extension for G100 Public Gold Dealers to download their customer datas from business center page.
Wat is PGO by G100?
PGO by G100 is een Chrome-extensie ontwikkeld door shahrinrazmi, en de belangrijkste functie is "Extension for G100 Public Gold Dealers to download their customer datas from business center page.".
Extensie Screenshots
Download het CRX-bestand van de extensie PGO by G100
Download PGO by G100-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | PGO by G100 |
ID | ikfaidmmhokhgocfhhddhlahmbikjaed |
Officiële URL | https://chromewebstore.google.com/detail/pgo-by-g100/ikfaidmmhokhgocfhhddhlahmbikjaed |
Beschrijving | Extension for G100 Public Gold Dealers to download their customer datas from business center page. |
Bestandsgrootte | 42.66 KB |
Aantal Installaties | 554 |
Huidige Versie | 3.5 |
Laatst Bijgewerkt | 2024-01-26 |
Publicatiedatum | 2023-01-19 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | shahrinrazmi |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://publicgoldofficial.com/app/privacy-policy |
Ondersteunde Talen | 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" } } |