eclincher

The easiest way to share, post and schedule web content, blogs and articles to all of your social media networks.

O que é eclincher?

eclincher é uma extensão do Chrome desenvolvida por eClincher - Social Media Management App, e sua principal característica é "The easiest way to share, post and schedule web content, blogs and articles to all of your social media networks.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão eclincher

Baixe arquivos de extensão eclincher 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

                        eClincher is a complete, yet intuitive social media management software. Offers publishing & scheduling, auto post queues, social inbox, engagement, monitoring, content curation, influencers, analytics, reports, team collaboration...Twitter, Facebook, Instagram, LinkedIn, GMB, Pinterest ...                    

Informações Básicas da Extensão

Nome eclincher eclincher
ID iicacnkipifonocigfaehlncdmjdgene
URL Oficial https://chromewebstore.google.com/detail/eclincher/iicacnkipifonocigfaehlncdmjdgene
Descrição The easiest way to share, post and schedule web content, blogs and articles to all of your social media networks.
Tamanho do Arquivo 413 KB
Contagem de Instalações 1,003
Versão Atual 4.5
Última Atualização 2022-06-21
Data de Publicação 2020-06-18
Classificação 5.00/5 Total de 19 Avaliações
Desenvolvedor eClincher - Social Media Management App
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://eclincher.com/
URL da Página de Ajuda https://eclincher.com/faq/
URL da Página de Política de Privacidade https://eclincher.com/privacy
Idiomas Suportados en,pt-BR,pt-PT,ta
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "homepage_url": "http:\/\/www.eclincher.com",
    "version": "4.5",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "64": "icon.png"
    },
    "action": {
        "default_icons": {
            "128": "icon.png",
            "16": "icon.png",
            "32": "icon.png",
            "48": "icon.png",
            "64": "icon.png"
        },
        "default_title": "__MSG_defaultTitle__"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "assets\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "manifest.json",
                "popup.html",
                "img\/*",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "assets\/shared\/facebook.css",
                "assets\/shared\/facebook.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        },
        {
            "resources": [
                "assets\/shared\/twitter.css",
                "assets\/shared\/twitter.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ]
        },
        {
            "resources": [
                "assets\/shared\/pinterest.css",
                "assets\/shared\/pinterest.js"
            ],
            "matches": [
                "*:\/\/*.pinterest.com\/*",
                "*:\/\/*.pinterest.pt\/*",
                "*:\/\/*.pinterest.de\/*",
                "*:\/\/*.pinterest.com.mx\/*",
                "*:\/\/*.pinterest.ie\/*",
                "*:\/\/*.pinterest.co.uk\/*",
                "*:\/\/*.pinterest.fr\/*",
                "*:\/\/*.pinterest.es\/*",
                "*:\/\/*.pinterest.nl\/*",
                "*:\/\/*.pinterest.ca\/*",
                "*:\/\/*.pinterest.dk\/*",
                "*:\/\/*.pinterest.at\/*",
                "*:\/\/*.pinterest.se\/*",
                "*:\/\/*.pinterest.ch\/*"
            ]
        },
        {
            "resources": [
                "assets\/shared\/reddit.js"
            ],
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ]
        }
    ],
    "options_ui": {
        "page": ".\/options.html"
    }
}