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.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου 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 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"
        }
    ]
}