Send to ccGenie

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

Send to ccGenie là gì?

Send to ccGenie là một tiện ích mở rộng Chrome được phát triển bởi http://ccgenie.com, và tính năng chính của nó là "Send the page you're on to any ccGenie Room in just two clicks.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Send to ccGenie

Tải xuống các tệp mở rộng Send to ccGenie dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Send to ccGenie Send to ccGenie
ID alhanpacencecemigknajfpmbnehagpk
URL Chính Thức https://chrome.google.com/webstore/detail/send-to-ccgenie/alhanpacencecemigknajfpmbnehagpk
Mô tả Send the page you're on to any ccGenie Room in just two clicks.
Kích Thước Tệp 90.92 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2014-04-28
Ngày Phát Hành 2014-04-28
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://ccgenie.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}