WINN.AI
WINN.AI
WINN.AIとは何ですか?
WINN.AIはhttps://winn.aiによって開発されたChromeの拡張機能で、その主な機能は「WINN.AI」です。
拡張機能のスクリーンショット
WINN.AI拡張機能のCRXファイルをダウンロード
WINN.AI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
WINN.AI handles all of your sales busywork so you can type less and win more! 拡張機能の基本情報
| 名前 | |
| ID | kopfpnjmcapcepinmnbapinfmofpjhof |
| 公式URL | https://chromewebstore.google.com/detail/winnai/kopfpnjmcapcepinmnbapinfmofpjhof |
| 説明 | WINN.AI |
| ファイルサイズ | 2.32 MB |
| インストール数 | 1,000 |
| 現在のバージョン | 2.1.4 |
| 最終更新日 | 2024-02-26 |
| 公開日 | 2023-05-23 |
| 評価 | 4.87/5 合計 30 レビュー |
| 開発者 | https://winn.ai |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://app.winn.ai |
| ヘルプページのURL | https://winn.ai/support |
| プライバシーポリシーページのURL | https://winn.ai/privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "WINN.AI",
"version": "2.1.4",
"description": "WINN.AI",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"action": {
"default_title": "WINN.AI"
},
"content_scripts": [
{
"matches": [
"https:\/\/zoom.us\/profile\/setting*"
],
"js": [
"enableZoomPermissions.js"
]
},
{
"matches": [
"https:\/\/app.winn.ai\/*"
],
"js": [
"winnAppExtensionBridgeScript.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"cookies",
"background",
"alarms",
"gcm"
],
"host_permissions": [
"*:\/\/*.zoom.us\/*",
"*:\/\/*.winn.ai\/*"
]
} | |