Publish with RADAAR

Publish with RADAAR extension allows you create and schedule your social media content faster from anywhere on the web.

Τι είναι το Publish with RADAAR;

Το Publish with RADAAR είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον RADAAR, και η κύρια λειτουργία του είναι "Publish with RADAAR extension allows you create and schedule your social media content faster from anywhere on the web.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Publish with RADAAR

Λήψη αρχείων επέκτασης Publish with RADAAR σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        RADAAR is a powerful social media management and collaboration platform designed for handling multiple social media profiles. It helps marketers at every step, from scheduling and publishing posts on their profiles to analyzing their efforts.

RADAAR provides a variety of features including tools for publishing, social media inbox, social media monitoring, and analytics.

Whether you're a small business focusing on a few social media networks, an agency managing multiple brands, or an enterprise company that needs it all, RADAAR will help you drastically streamline your workflows, simplify your social media management, and save time.

The Publish with RADAAR Chrome extension allows you to schedule content to RADAAR (https://www.radaar.io). By using this extension, you will be able to create and schedule your social media content faster from anywhere on the web.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Publish with RADAAR Publish with RADAAR
ID openpdflmebijekonanmcpceffgmdedc
Επίσημο URL https://chromewebstore.google.com/detail/publish-with-radaar/openpdflmebijekonanmcpceffgmdedc
Περιγραφή Publish with RADAAR extension allows you create and schedule your social media content faster from anywhere on the web.
Μέγεθος Αρχείου 195 KB
Αριθμός Εγκαταστάσεων 348
Τρέχουσα Έκδοση 1.2.4
Τελευταία Ενημέρωση 2023-04-17
Ημερομηνία Δημοσίευσης 2022-11-16
Αξιολόγηση 4.50/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής RADAAR
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.radaar.io/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.radaar.io/resources-121/submit-a-request-537/
URL της Σελίδας Πολιτικής Απορρήτου https://www.radaar.io/legal/privacy-policy
Υποστηριζόμενες Γλώσσες de,en,fr,tr,es,it,ru,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.4",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "permissions": [
        "storage",
        "contextMenus",
        "tabs"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; frame-src 'self' https:\/\/dash.radaar.io\/; style-src * 'self'; img-src 'self' data:;"
    },
    "host_permissions": [
        "https:\/\/dash.radaar.io\/*",
        "https:\/\/dash.radaar.io\/"
    ],
    "action": {
        "default_title": "Publish with RADAAR"
    },
    "icons": {
        "16": "assets\/favicons\/16x16px.png",
        "32": "assets\/favicons\/32x32px.png",
        "48": "assets\/favicons\/48x48px.png",
        "64": "assets\/favicons\/64x64px.png",
        "96": "assets\/favicons\/96x96px.png",
        "128": "assets\/favicons\/128x128px.png",
        "256": "assets\/favicons\/256x256px.png",
        "512": "assets\/favicons\/512x512px.png",
        "1024": "assets\/favicons\/1024x1024px.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "embed.html"
            ]
        }
    ]
}