Fin Analytics
Agent chrome extension for the Fin Analytics service.
Wat is Fin Analytics?
Fin Analytics is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Agent chrome extension for the Fin Analytics service.".
Extensie Screenshots
Download het CRX-bestand van de extensie Fin Analytics
Download Fin Analytics-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
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.
Basisinformatie over de Extensie
Naam | |
ID | chngigcbphacmfeinnmlbgnollbdemdm |
Officiële URL | https://chromewebstore.google.com/detail/fin-analytics/chngigcbphacmfeinnmlbgnollbdemdm |
Beschrijving | Agent chrome extension for the Fin Analytics service. |
Bestandsgrootte | 129 KB |
Aantal Installaties | 637 |
Huidige Versie | 1.37 |
Laatst Bijgewerkt | 2023-02-17 |
Publicatiedatum | 2020-05-07 |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | https://www.fin.com |
Help Pagina-URL | https://www.fin.com/help-center |
URL van de Privacybeleid Pagina | https://www.fin.com/privacy |
Ondersteunde Talen | 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" } |