Fin Analytics
Agent chrome extension for the Fin Analytics service.
Cos'è Fin Analytics?
Fin Analytics è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Agent chrome extension for the Fin Analytics service.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fin Analytics
Scarica i file di estensione Fin Analytics 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
IMPORTANT: For trial / pilot and Mac use only. Clients on Windows and Chrome OS should use the enterprise install provided directly by Fin. Precision measurement and coaching for high performance operations teams. Get started by installing the Chrome extension on some of your operations agent stations. You can see results almost instantly and then choose to roll out more broadly from there.
Informazioni di Base sull'Estensione
Nome | |
ID | chngigcbphacmfeinnmlbgnollbdemdm |
URL Ufficiale | https://chromewebstore.google.com/detail/fin-analytics/chngigcbphacmfeinnmlbgnollbdemdm |
Descrizione | Agent chrome extension for the Fin Analytics service. |
Dimensione del File | 129 KB |
Conteggio Installazioni | 637 |
Versione Corrente | 1.37 |
Ultimo Aggiornamento | 2023-02-17 |
Data di Pubblicazione | 2020-05-07 |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.fin.com |
URL della Pagina di Aiuto | https://www.fin.com/help-center |
URL della Pagina della Politica sulla Privacy | https://www.fin.com/privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "uninstall-fin.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "Fin Analytics" }, "content_security_policy": "script-src 'self'; object-src 'self'", "description": " Agent chrome extension for the Fin Analytics service.", "externally_connectable": { "matches": [ "*:\/\/*.fin.com\/*", "*:\/\/*.finfinderson.com:*\/*" ] }, "icons": { "128": "fin-analytics-128.png", "16": "fin-analytics-16.png", "48": "fin-analytics-48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoqpvS77mfHfFM1Uqm43pLKleZZftFHyjRLPQgegbq4VGGjVfU2xnMU7liFr6WnecHZ8gbE+k1h59ZcNk6SgMdU9XuvftTPQv1aNh1jy25gOqJeA50sfb++QDofnPbLe4Ipasle5R00Ymtvjpw8+iD5fF+TTnYETbdBnzFOEqvypPqM4FRMA1beo0D5pZzinK5SKhaboRAfpRcVyWOLKdalvnWIRq1CMUVq318VZtSPeRQYYeTZ5v2Zts8HJ\/2K7Y+5+1IglRTP9M49BJlOjzetWpaX8k4ABoaEpcLig\/wvCmlx69VgJp6jId9QOR+nmY+9MV9qOpaHnU91nEWz3Q4QIDAQAB", "manifest_version": 2, "name": "Fin Analytics ", "optional_permissions": [], "permissions": [], "storage": { "managed_schema": "managed_storage_schema.json" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.37" } |