Fin Analytics
Agent chrome extension for the Fin Analytics service.
Fin Analyticsとは何ですか?
Fin AnalyticsはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Agent chrome extension for the Fin Analytics service.」です。
拡張機能のスクリーンショット
Fin Analytics拡張機能のCRXファイルをダウンロード
Fin Analytics拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | chngigcbphacmfeinnmlbgnollbdemdm |
公式URL | https://chromewebstore.google.com/detail/fin-analytics/chngigcbphacmfeinnmlbgnollbdemdm |
説明 | Agent chrome extension for the Fin Analytics service. |
ファイルサイズ | 129 KB |
インストール数 | 637 |
現在のバージョン | 1.37 |
最終更新日 | 2023-02-17 |
公開日 | 2020-05-07 |
開発者 | Unknown |
支払い方法 | free |
拡張機能のウェブサイト | https://www.fin.com |
ヘルプページのURL | https://www.fin.com/help-center |
プライバシーポリシーページのURL | https://www.fin.com/privacy |
対応言語 | 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" } |