Snapcopy

Snapcopy - copy from device paste on another

Hvad er Snapcopy?

Snapcopy er en Chrome-udvidelse udviklet af mohammedpascal, og dens hovedfunktion er "Snapcopy - copy from device paste on another".

Udvidelsesskærmbilleder

screenshot

Download Snapcopy-udvidelses-CRX-fil

Download Snapcopy-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

                        Have you ever wanted to copy some text from your computer and paste it on your mobile or vice versa? Now it will just happen with Snapcopy. A simple chrome extension let you connect your devices to a single clipboard.

Features:

- Secure! data stored locally on your devices
- Connect many devices as you want
- Manage devices add/remove enable/disable
- Connect Windows, Mac or Linux using Snapcopy chrome extension
- Connect Android devices using Snapcopy app

Coming features:

- iOS support                    

Grundlæggende oplysninger om udvidelsen

Navn Snapcopy Snapcopy
ID edjiogcpablophfegfoihhaeimgcaopg
Officiel URL https://chrome.google.com/webstore/detail/snapcopy/edjiogcpablophfegfoihhaeimgcaopg
Beskrivelse Snapcopy - copy from device paste on another
Filstørrelse 560 KB
Antal Installationer 1,000
Nuværende Version 1.1
Senest Opdateret 2015-06-28
Udgivelsesdato 2015-06-28
Bedømmelse 3.65/5 Samlet 60 Bedømmelser
Udvikler mohammedpascal
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snapcopy",
    "description": "Snapcopy - copy from device paste on another",
    "short_name": "Snapcopy",
    "version": "1.1",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "debugger",
        "clipboardRead",
        "clipboardWrite",
        "gcm",
        "storage",
        "notifications",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/android.googleapis.com\/gcm\/send",
        "https:\/\/gcm-http.googleapis.com\/gcm\/send"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'"
}