Shareclip

Save and sync your clipboard content across all your devices, making it easy to access your copied text no matter where you are.

Hvad er Shareclip?

Shareclip er en Chrome-udvidelse udviklet af Roc, og dens hovedfunktion er "Save and sync your clipboard content across all your devices, making it easy to access your copied text no matter where you are.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Shareclip-udvidelses-CRX-fil

Download Shareclip-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        ShareClip is the ultimate clipboard manager for Chrome! It is powerful and easy to use. It enables you to copy and paste your content across different devices and platforms seamlessly(including MacOS, Windows, and chrome OS.). With ShareClip, you can say goodbye to the tedious process of copying and pasting your content manually, and enjoy the convenience of having your clipboard synced across all your devices which have a chrome browser and install ShareClip.

Core features:

1. Cross-Device Clipboard Syncing

ShareClip enables you to copy your content from one device and paste it on any other device that has ShareClip installed. This feature works across all platforms, including Mac, Windows, Chromebook, and more. With ShareClip, you can easily copy text, URLs, and any characters from one device and paste them onto another device without the need to log in to Slack, telegram, what's app Discord, or send an email, etc.

1. Clipboard History

ShareClip keeps a history of all the items you have copied(you need manually copy to the cloud to save the content), so you can easily retrieve them later. This feature is especially useful if you need to copy multiple items and paste them later. ShareClip's Clipboard History is accessible from the ShareClip icon in the Chrome toolbar, and it can store as many as you need without limitation.

1. Productivity Boost

ShareClip is designed to boost your productivity by simplifying the process of copying and pasting your content. With ShareClip, you can copy your content once and paste it everywhere you need it. This feature saves you time and effort and allows you to focus on what matters most currently.

1. Temporary Clipboard Storage

ShareClip also enables you to store your clipboard content temporarily. For example, if you need to fill out a form on a different device, you can copy the content on your first device and then paste it on the other device using ShareClip. This feature eliminates the need for you to switch back and forth between devices while filling out forms or entering data. For example, you can get content from other devices and paste them into google docs, google sheets, and any other software or input box. You just need one click.

1. Manual Cloud Syncing

We respect your privacy, and that's why it doesn't automatically sync your clipboard content to the cloud. Instead, ShareClip allows you to manually copy your content to the cloud using the "Copy to Cloud" right-click menu. This way, you have full control over your clipboard content, and you can choose what to sync and when.

Feedback: 

We love to hear from our users and improve our service. If you encounter any bugs or issues while using ShareClip, please don't hesitate to contact us at [[email protected]](mailto:[email protected])

Overall, ShareClip is a powerful and intuitive clipboard manager that simplifies the process of copying and pasting your content across different devices and platforms. Try it today, and experience the convenience.

Thanks.                    

Grundlæggende oplysninger om udvidelsen

Navn Shareclip Shareclip
ID bjdlcfpfliniiinfkedgmlnfgpodmkic
Officiel URL https://chromewebstore.google.com/detail/shareclip/bjdlcfpfliniiinfkedgmlnfgpodmkic
Beskrivelse Save and sync your clipboard content across all your devices, making it easy to access your copied text no matter where you are.
Filstørrelse 1.93 MB
Antal Installationer 84
Nuværende Version 0.1.8
Senest Opdateret 2023-04-05
Udgivelsesdato 2023-03-01
Bedømmelse 2.00/5 Samlet 1 Bedømmelser
Udvikler Roc
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://shareclip.me
Hjælpeside-URL https://shareclip.me
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shareclip",
    "version": "0.1.8",
    "description": "Save and sync your clipboard content across all your devices, making it easy to access your copied text no matter where you are. ",
    "manifest_version": 3,
    "permissions": [
        "background",
        "contextMenus",
        "notifications",
        "storage",
        "clipboardWrite"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                ".\/libs\/notyf.min.js"
            ],
            "run_at": "document_end",
            "css": [
                ".\/libs\/notyf.min.css"
            ]
        }
    ],
    "action": {
        "default_title": "Click Me",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}