Send to ccGenie

Send the page you're on to any ccGenie Room in just two clicks.

Was ist Send to ccGenie?

Send to ccGenie ist eine Chrome-Erweiterung, die von http://ccgenie.com entwickelt wurde, und ihr Hauptmerkmal ist "Send the page you're on to any ccGenie Room in just two clicks.".

Erweiterungsscreenshots

screenshot

Send to ccGenie-Erweiterungs-CRX-Datei herunterladen

Laden Sie Send to ccGenie-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        EARLY ACCESS

Instantly create tagged, searchable content for any ccGenie Room in just two clicks.

Automagically works with anything in your address bar including articles, blog posts, images, video, audio, documents, and more.

How? Load any webpage, click the ccGenie icon, and click "Send" in any email client.

Yep, that's it! You just created shareable content and added it to your ccGenie Room. And, you can add more detail to it too.

You can instantly create shareable content from Twitter, Instagram, Imgur, Flickr, reddit, Facebook, RebelMouse, Pinterest, Tumblr, Google+, Wikipedia, YouTube, Vimeo, Blip, Dropbox, Google Drive, Box, Amazon, eBay, every media outlet on the planet, and more.

—-—-—-—-—-—-—-—-—-—-—-—-—-—-—

Questions? Email us at [email protected]

—-—-—-—-—-—-—-—-—-—-—-—-—-—-—

Don't have ccGenie yet? No problem.

Get Started with your free ccGenie account:

https://www.ccgenie.com/getstarted

It only takes seconds.
Nothing to download.
Nothing to install.                    

Grundlegende Informationen zur Erweiterung

Name Send to ccGenie Send to ccGenie
ID alhanpacencecemigknajfpmbnehagpk
Offizielle URL https://chrome.google.com/webstore/detail/send-to-ccgenie/alhanpacencecemigknajfpmbnehagpk
Beschreibung Send the page you're on to any ccGenie Room in just two clicks.
Dateigröße 90.92 KB
Installationsanzahl 10
Aktuelle Version 0.0.7
Letztes Update 2014-04-28
Veröffentlichungsdatum 2014-04-28
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler http://ccgenie.com
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Send to ccGenie",
    "description": "Send the page you're on to any ccGenie Room in just two clicks.",
    "version": "0.0.7",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon_128x128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Send to ccGenie",
        "default_icon": "icon_16x16.png"
    },
    "manifest_version": 2
}