Social3 Post Scheduler Plugin

Post to social networks by Social3

O que é Social3 Post Scheduler Plugin?

Social3 Post Scheduler Plugin é uma extensão do Chrome desenvolvida por Social3, e sua principal característica é "Post to social networks by Social3".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Social3 Post Scheduler Plugin

Baixe arquivos de extensão Social3 Post Scheduler Plugin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Social3 Post Scheduler Plugin Social3 Post Scheduler Plugin
ID aoifliafobcadkaladkbbobhgdnceajc
URL Oficial https://chromewebstore.google.com/detail/social3-post-scheduler-pl/aoifliafobcadkaladkbbobhgdnceajc
Descrição Post to social networks by Social3
Tamanho do Arquivo 103 KB
Contagem de Instalações 19
Versão Atual 1.0.2
Última Atualização 2018-08-07
Data de Publicação 2018-08-07
Desenvolvedor Social3
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://social3.io
Idiomas Suportados 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\/*"
    ]
}