Clippy - Screen Recorder & Productivity Tool

Record your screen with one click and share the link. The ultimate all-in-one productivity tool.

Τι είναι το Clippy - Screen Recorder & Productivity Tool;

Το Clippy - Screen Recorder & Productivity Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Clippy.video, και η κύρια λειτουργία του είναι "Record your screen with one click and share the link. The ultimate all-in-one productivity tool.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Clippy - Screen Recorder & Productivity Tool

Λήψη αρχείων επέκτασης Clippy - Screen Recorder & Productivity Tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Introducing Clippy, your all-in-one screen recording companion, designed to simplify content creation and sharing.  Say goodbye to time-consuming descriptions in chats; share a screen recording instead. 🥳 Clippy is your go-to tool for effortlessly recording your screen, sharing recordings, and enhancing productivity, all within the convenience of a browser extension.

KEY FEATURES

 📽️ Record your screen, webcam, and microphone with 1 click.
 💾 Automatically save your videos to the cloud storage and share them instantly with a link.
 📚 Manage your video library from anywhere you want.


📽️ Record Screen and Share with Ease 📽️
Clippy empowers you with an intuitive and feature-packed screen recording utility, perfect for creating compelling content. Record from your screen or webcam, then save or share your recordings seamlessly.

With Clippy, you can:
Record a specific tab on Chrome.
Record a Google Chrome window.
Record your desktop screen.
Record your webcam.

🪄 Streamlined Sharing and Collaboration: 🪄

Instantly share your recordings via generated links. Collaborate effortlessly with colleagues and friends, using visuals to explain materials and information.

📚 Intuitive Video Library 📚

Clippy comes with an intuitive dashboard that stores all your recordings in one place. You can access them from anywhere and check your recorded videos, get shareable links, and delete them as required.

Clippy is designed for ease of use and efficiency. Its user-friendly interface offers a quick, one-click solution for all your screen capture and recording needs. Say goodbye to time-consuming descriptions in chats; share a screen recording instead.

Clippy is the ultimate browser extension that brings the power of content creation to a single click. Whether you're a professional in need of precise screen recording or just want to share moments with friends, Clippy is your trusted companion. Best of all, it's completely free to use on any website.

Experience the future of content creation with Clippy – the #1 choice for screen recording. Get it today and enhance your productivity, easily and with the highest quality.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Clippy - Screen Recorder & Productivity Tool Clippy - Screen Recorder & Productivity Tool
ID hkmfocnghbljmfapeakdfeajmakgjcjk
Επίσημο URL https://chromewebstore.google.com/detail/clippy-screen-recorder-pr/hkmfocnghbljmfapeakdfeajmakgjcjk
Περιγραφή Record your screen with one click and share the link. The ultimate all-in-one productivity tool.
Μέγεθος Αρχείου 429 KB
Αριθμός Εγκαταστάσεων 35
Τρέχουσα Έκδοση 2.0.0
Τελευταία Ενημέρωση 2023-12-22
Ημερομηνία Δημοσίευσης 2023-10-30
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Clippy.video
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.clippy.video/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.clippy.video/
URL της Σελίδας Πολιτικής Απορρήτου https://clippy.video/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Clippy - Screen Recorder & Productivity Tool",
    "description": "Record your screen with one click and share the link. The ultimate all-in-one productivity tool.",
    "version": "2.0.0",
    "icons": {
        "512": "icons\/512.png",
        "128": "icons\/128.png",
        "64": "icons\/64.png",
        "32": "icons\/32.png"
    },
    "action": {
        "default_title": "Clippy - Screen Recorder & Productivity Tool",
        "default_popup": "popup.html",
        "default_icon": {
            "512": "icons\/512.png",
            "128": "icons\/128.png",
            "64": "icons\/64.png",
            "32": "icons\/32.png"
        }
    },
    "permissions": [
        "desktopCapture",
        "tabs",
        "storage",
        "clipboardWrite"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "parserOnClippy.js"
            ],
            "matches": [
                "http:\/\/localhost:8878\/*",
                "https:\/\/app.clippy.video\/*",
                "https:\/\/staging-app.clippy.video\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "clipboard.js"
            ],
            "matches": [
                "http:\/\/localhost:8878\/share\/video\/*",
                "https:\/\/app.clippy.video\/share\/video\/*",
                "https:\/\/staging-app.clippy.video\/share\/video\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}