Send to ccGenie
Send the page you're on to any ccGenie Room in just two clicks.
Cos'è Send to ccGenie?
Send to ccGenie è un'estensione di Chrome sviluppata da http://ccgenie.com, e la sua funzione principale è "Send the page you're on to any ccGenie Room in just two clicks.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Send to ccGenie
Scarica i file di estensione Send to ccGenie in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | alhanpacencecemigknajfpmbnehagpk |
URL Ufficiale | https://chrome.google.com/webstore/detail/send-to-ccgenie/alhanpacencecemigknajfpmbnehagpk |
Descrizione | Send the page you're on to any ccGenie Room in just two clicks. |
Dimensione del File | 90.92 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 0.0.7 |
Ultimo Aggiornamento | 2014-04-28 |
Data di Pubblicazione | 2014-04-28 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | http://ccgenie.com |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |