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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | 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" } ] } |