Fin Analytics
Agent chrome extension for the Fin Analytics service.
Qu'est-ce que Fin Analytics ?
Fin Analytics est une extension Chrome développée par Unknown, et sa fonction principale est "Agent chrome extension for the Fin Analytics service.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fin Analytics
Téléchargez les fichiers d'extension Fin Analytics au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | chngigcbphacmfeinnmlbgnollbdemdm |
URL Officiel | https://chromewebstore.google.com/detail/fin-analytics/chngigcbphacmfeinnmlbgnollbdemdm |
Description | Agent chrome extension for the Fin Analytics service. |
Taille du Fichier | 129 KB |
Nombre d'Installations | 637 |
Version Actuelle | 1.37 |
Dernière Mise à Jour | 2023-02-17 |
Date de Publication | 2020-05-07 |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | https://www.fin.com |
URL de la Page d'Aide | https://www.fin.com/help-center |
URL de la Page de Politique de Confidentialité | https://www.fin.com/privacy |
Langues Prises en Charge | 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" } |