Shareclip

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

Co to jest Shareclip?

Shareclip to rozszerzenie Chrome opracowane przez Roc, a jego główną funkcją jest „Save and sync your clipboard content across all your devices, making it easy to access your copied text no matter where you are.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Shareclip

Pobierz pliki rozszerzeń Shareclip w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Shareclip Shareclip
ID bjdlcfpfliniiinfkedgmlnfgpodmkic
Oficjalny URL https://chromewebstore.google.com/detail/shareclip/bjdlcfpfliniiinfkedgmlnfgpodmkic
Opis Save and sync your clipboard content across all your devices, making it easy to access your copied text no matter where you are.
Rozmiar pliku 1.93 MB
Liczba instalacji 84
Aktualna Wersja 0.1.8
Ostatnia Aktualizacja 2023-04-05
Data Publikacji 2023-03-01
Ocena 2.00/5 Łącznie 1 Oceny
Deweloper Roc
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://shareclip.me
Adres URL Strony Pomocy https://shareclip.me
Obsługiwane Języki 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"
    }
}