Social3 Post Scheduler Plugin

Post to social networks by Social3

Cos'è Social3 Post Scheduler Plugin?

Social3 Post Scheduler Plugin è un'estensione di Chrome sviluppata da Social3, e la sua funzione principale è "Post to social networks by Social3".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Social3 Post Scheduler Plugin

Scarica i file di estensione Social3 Post Scheduler Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The Social3 Post Scheduler chrome extension allows you to easily schedule & share posts as an individual or across your organization.  For FREE.  No catch                    

Informazioni di Base sull'Estensione

Nome Social3 Post Scheduler Plugin Social3 Post Scheduler Plugin
ID aoifliafobcadkaladkbbobhgdnceajc
URL Ufficiale https://chromewebstore.google.com/detail/social3-post-scheduler-pl/aoifliafobcadkaladkbbobhgdnceajc
Descrizione Post to social networks by Social3
Dimensione del File 103 KB
Conteggio Installazioni 19
Versione Corrente 1.0.2
Ultimo Aggiornamento 2018-08-07
Data di Pubblicazione 2018-08-07
Sviluppatore Social3
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://social3.io
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Social3 Post Scheduler Plugin",
    "description": "Post to social networks by Social3",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": {
            "16": "data\/shared\/img\/s3_logo.png",
            "32": "data\/shared\/img\/[email protected]",
            "48": "data\/shared\/img\/[email protected]"
        },
        "default_title": "Social3 Post Scheduler Plugin"
    },
    "background": {
        "scripts": [
            "data\/shared\/js\/s3-port-wrapper.js",
            "s3-main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "data\/shared\/js\/s3-close-wrapper.js",
                "data\/shared\/js\/s3-port-wrapper.js",
                "data\/shared\/js\/s3-iframe.js",
                "data\/shared\/js\/s3-chrome.js",
                "data\/shared\/js\/s3-chrome-data-wrapper.js",
                "data\/shared\/js\/s3-common.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "data\/shared\/img\/s3_logo.png",
        "48": "data\/shared\/img\/[email protected]",
        "128": "data\/shared\/img\/icon128.png"
    },
    "web_accessible_resources": [
        "manifest.json",
        "data\/shared\/img\/*",
        "data\/shared\/s3-frame-container.html",
        "data\/shared\/js\/*"
    ]
}