Stock Performer Extension
This extension allows Stock Performer users to retrieve sales data from their agencies.
Cos'è Stock Performer Extension?
Stock Performer Extension è un'estensione di Chrome sviluppata da https://www.stockperformer.com, e la sua funzione principale è "This extension allows Stock Performer users to retrieve sales data from their agencies.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stock Performer Extension
Scarica i file di estensione Stock Performer Extension 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
Stock Performer does not require its users to submit their agency passwords. Instead, it retrieves the sales data while users are logged into their agency accounts. (While logged out, Stock Performer can never access that data.) This Chrome plugin enables Stock Performer to do that.
Informazioni di Base sull'Estensione
Nome | Stock Performer Extension |
ID | pbhdefffkgembmlkmngmokcmelkeobob |
URL Ufficiale | https://chromewebstore.google.com/detail/stock-performer-extension/pbhdefffkgembmlkmngmokcmelkeobob |
Descrizione | This extension allows Stock Performer users to retrieve sales data from their agencies. |
Dimensione del File | 33.38 KB |
Conteggio Installazioni | 1,402 |
Versione Corrente | 0.8.2 |
Ultimo Aggiornamento | 2023-11-07 |
Data di Pubblicazione | 2019-06-09 |
Valutazione | 4.33/5 Totale 6 Valutazioni |
Sviluppatore | https://www.stockperformer.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.stockperformer.com/ |
URL della Pagina di Aiuto | https://www.stockperformer.com/faq |
URL della Pagina della Politica sulla Privacy | https://www.stockperformer.com/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Stock Performer Extension", "short_name": "stkprfrmr", "version": "0.8.2", "description": "This extension allows Stock Performer users to retrieve sales data from their agencies.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.stockperformer.com\/*", "*:\/\/stockperformer.com\/*", "http:\/\/localhost\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "background": { "service_worker": "serviceworker.js" } } |