WINN.AI
WINN.AI
What is WINN.AI?
WINN.AI is a Chrome extension developed by https://winn.ai, and its main feature is "WINN.AI".
Extension Screenshots
Download WINN.AI Extension CRX File
Download WINN.AI 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
WINN.AI handles all of your sales busywork so you can type less and win more!
Extension Basic Information
Name | WINN.AI |
ID | kopfpnjmcapcepinmnbapinfmofpjhof |
Official URL | https://chromewebstore.google.com/detail/winnai/kopfpnjmcapcepinmnbapinfmofpjhof |
Description | WINN.AI |
File Size | 2.32 MB |
Installation Count | 1,000 |
Current Version | 2.1.4 |
Last Updated | 2024-02-26 |
Publish Date | 2023-05-23 |
Rating | 4.87/5 Total 30 Ratings |
Developer | https://winn.ai |
[email protected] | |
Payment Type | free |
Extension Website | https://app.winn.ai |
Help Page URL | https://winn.ai/support |
Privacy Policy Page URL | https://winn.ai/privacy-policy |
Supported Languages | 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\/*" ] } |