Cykel AI
Cykel AI browser extension
什么是Cykel AI?
Cykel AI是由https://cykel.ai开发的Chrome扩展程序,该扩展的主要功能是“Cykel AI browser extension”。
扩展截图
下载Cykel AI扩展crx文件
下载Cykel AI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Send an email, place an order or update a spreadsheet. You type, Cykel acts. Cut your to-do list in half. Spend less time on manual digital work and more time on strategic decisions and creativity. From Gmail to Shopify, Cykel works anywhere. A whole new way to get things done with the software and websites you already use. Cykel adds a layer of AI automation to your existing workflows – no new setup required. Whatever your job role, Cykel AI offers scalable solutions, from individual use to enterprise needs. Experience AI and task automation designed to boost your productivity. Automate your first task today with Cykel.
扩展基本信息
名称 | Cykel AI |
ID | mcjcpjokomkmeenbokgamhfenijiggje |
官方URL | https://chromewebstore.google.com/detail/cykel-ai/mcjcpjokomkmeenbokgamhfenijiggje |
简介 | Cykel AI browser extension |
文件大小 | 2.23 MB |
安装次数 | 107 |
当前版本 | 1.2.6 |
更新时间 | 2024-02-23 |
上架时间 | 2023-12-20 |
评分 | 5.00/5 共4次评分 |
开发者 | https://cykel.ai |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://cykel.ai |
隐私政策页面URL | https://www.cykel.ai/privacy-policy |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cykel AI", "description": "Cykel AI browser extension", "version": "1.2.6", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "permissions": [ "tabs", "activeTab", "storage", "clipboardWrite", "management", "identity" ], "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'; https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |