Send to ccGenie
Send the page you're on to any ccGenie Room in just two clicks.
Send to ccGenieคืออะไร?
Send to ccGenie เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://ccgenie.com และคุณลักษณะหลักของมันคือ "Send the page you're on to any ccGenie Room in just two clicks."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Send to ccGenie
ดาวน์โหลดไฟล์ส่วนขยาย Send to ccGenie ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | alhanpacencecemigknajfpmbnehagpk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/send-to-ccgenie/alhanpacencecemigknajfpmbnehagpk |
คำอธิบาย | Send the page you're on to any ccGenie Room in just two clicks. |
ขนาดไฟล์ | 90.92 KB |
จำนวนการติดตั้ง | 10 |
เวอร์ชันปัจจุบัน | 0.0.7 |
อัปเดตครั้งล่าสุด | 2014-04-28 |
วันที่เผยแพร่ | 2014-04-28 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | http://ccgenie.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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 } |