PGO by G100
Extension for G100 Public Gold Dealers to download their customer datas from business center page.
Vad är PGO by G100?
PGO by G100 är en Chrome-tillägg utvecklad av shahrinrazmi, och dess huvudfunktion är "Extension for G100 Public Gold Dealers to download their customer datas from business center page.".
Tilläggsskärmbilder
Ladda ner PGO by G100-förlängningens CRX-fil
Ladda ner PGO by G100-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | PGO by G100 |
ID | ikfaidmmhokhgocfhhddhlahmbikjaed |
Officiell webbadress | https://chromewebstore.google.com/detail/pgo-by-g100/ikfaidmmhokhgocfhhddhlahmbikjaed |
Beskrivning | Extension for G100 Public Gold Dealers to download their customer datas from business center page. |
Filstorlek | 42.66 KB |
Antal Installationer | 554 |
Aktuell Version | 3.5 |
Senast Uppdaterad | 2024-01-26 |
Publiceringsdatum | 2023-01-19 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | shahrinrazmi |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://publicgoldofficial.com/app/privacy-policy |
Stödda Språk | 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" } } |