Fin Analytics
Agent chrome extension for the Fin Analytics service.
What is Fin Analytics?
Fin Analytics is a Chrome extension developed by Unknown, and its main feature is "Agent chrome extension for the Fin Analytics service.".
Extension Screenshots
Download Fin Analytics Extension CRX File
Download Fin Analytics extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | chngigcbphacmfeinnmlbgnollbdemdm |
Official URL | https://chromewebstore.google.com/detail/fin-analytics/chngigcbphacmfeinnmlbgnollbdemdm |
Description | Agent chrome extension for the Fin Analytics service. |
File Size | 129 KB |
Installation Count | 637 |
Current Version | 1.37 |
Last Updated | 2023-02-17 |
Publish Date | 2020-05-07 |
Developer | Unknown |
Payment Type | free |
Extension Website | https://www.fin.com |
Help Page URL | https://www.fin.com/help-center |
Privacy Policy Page URL | https://www.fin.com/privacy |
Supported Languages | 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" } |