Rock the Deadline Curation Extension
This extension allows you to bookmark and curate content into RTD Studios and share with other studio users.
Rock the Deadline Curation Extensionคืออะไร?
Rock the Deadline Curation Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.rockthedeadline.com และคุณลักษณะหลักของมันคือ "This extension allows you to bookmark and curate content into RTD Studios and share with other studio users."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rock the Deadline Curation Extension
ดาวน์โหลดไฟล์ส่วนขยาย Rock the Deadline Curation Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Rock the Deadline's Curation Extension requires a free license to RTD Studios. You can use RTD Studios as an editorial calendar manager, a mechanism for managing publishing content to your Wordpress blogs, Facebook, and Twitter. You may also collaborate with other marketers in your company and share ideas captured for content via your RTD curation extension. To download a freemium version of RTD Studios, go to: http://www.rockthedeadline.com/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Rock the Deadline Curation Extension |
ID | mngdpfiebofcbdabblbhoikiliaddabi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rock-the-deadline-curatio/mngdpfiebofcbdabblbhoikiliaddabi |
คำอธิบาย | This extension allows you to bookmark and curate content into RTD Studios and share with other studio users. |
ขนาดไฟล์ | 65.82 KB |
จำนวนการติดตั้ง | 18 |
เวอร์ชันปัจจุบัน | 5.3 |
อัปเดตครั้งล่าสุด | 2014-03-15 |
วันที่เผยแพร่ | 2014-03-15 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://www.rockthedeadline.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.rockthedeadline.com/ |
URL หน้าช่วยเหลือ | http://community.rockthedeadline.com/knowledgebase/rock-the-deadline-browser-extensions/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rock the Deadline Curation Extension", "version": "5.3", "description": "This extension allows you to bookmark and curate content into RTD Studios and share with other studio users.", "icons": { "128": "RTD-Square-Icon_128x128.png" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "tabs" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "discover-iconx19.png", "38": "discover-iconx38.png" }, "default_title": "RTD Studios", "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "js": [ "getselection.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ] } |