Cykel AI

Cykel AI browser extension

Τι είναι το Cykel AI;

Το Cykel AI είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://cykel.ai, και η κύρια λειτουργία του είναι "Cykel AI browser extension".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Cykel AI

Λήψη αρχείων επέκτασης 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 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:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.bundle.js",
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "*.hot-update.json"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            }
        }
    },
    "oauth2": {
        "client_id": "324330495610-oc41lhevrb4pcsfnmrb5u01l2860fikp.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}