*Collect*

Collect, save, share and collaborate online content from websites, texts, articles, images, & multiple segments of YouTube videos

Τι είναι το *Collect*;

Το *Collect* είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://diyversity.com, και η κύρια λειτουργία του είναι "Collect, save, share and collaborate online content from websites, texts, articles, images, & multiple segments of YouTube videos".

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

screenshot

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

Λήψη αρχείων επέκτασης *Collect* σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        *Collect* Curate, Create, and Collaborate

Whether you’re working solo or with a remote team, with its cutting-edge AI technology and a range of content creation and research tools, Collect AI will help you work smarter, not harder.
 Its content creation, analysis, and summarization features make it easy to stay focused and get things done, even with remote teams. Available from any webpage.
Collect it is an AI driven workstation Chromium extension designed to streamline your content curation and creation process and collaborate with teams directly on any webpage. Allowing you to save and share content (online and from your hard drives), as bookmarks, within folders and subfolders.

Add annotations with links, and other helpful information to your saved content, curate, transcribe, and review – all within the webpage you’re currently on, without ever having to switch between multiple applications or websites, which saves you valuable time and minimizes distractions.

The Bookmark Bar dropdown folders display saved content in their actual formats, which allows users to see images, automated GIFs, text, and play YouTube video from the saved timestamps and read its transcripts directly from within the Bookmark folder. Clicking on the content brings you to the webpage where the content is located. You can even share and assigned roles with in the folders to share content with others and collaborate on projects.

Our AI-driven popup screen makes it easy to transcribe, generate summaries, write blog posts, copy, marketing campaigns, emails, and so much more. With Collect iT AI integration, you can leverage the latest in cutting-edge AI technology to work smarter, not harder.

Collect iT is perfect for individuals and teams looking to optimize their productivity and streamline their workflows, especially in remote work environments. The tool’s content creation, analysis, and summarization features make it easy to stay focused and get things done. It’s available from any webpage and is highly customizable to meet different user needs.

Turn Your Browser into your personal AI Workstation
Unleash Your Browser’s Full Potential & Streamline your productivity                    

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

Όνομα *Collect* *Collect*
ID jahikodpmkaiiecegfmgeliocpengcml
Επίσημο URL https://chromewebstore.google.com/detail/collect/jahikodpmkaiiecegfmgeliocpengcml
Περιγραφή Collect, save, share and collaborate online content from websites, texts, articles, images, & multiple segments of YouTube videos
Μέγεθος Αρχείου 1.72 MB
Αριθμός Εγκαταστάσεων 44
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2023-02-17
Ημερομηνία Δημοσίευσης 2020-12-23
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://diyversity.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://diyversity.com/onboarding
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "*Collect*",
    "description": "Collect, save, share and collaborate online content from websites, texts, articles, images, & multiple segments of YouTube videos",
    "version": "1.1.0",
    "author": "DIYversity",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "contextMenus",
        "tabs",
        "activeTab",
        "storage"
    ],
    "commands": {
        "save": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Save a link"
        }
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "timestamppopup.html"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}