Social Media Helper

This extension helps social media editors with common tasks.

O que é Social Media Helper?

Social Media Helper é uma extensão do Chrome desenvolvida por https://wunder.work, e sua principal característica é "This extension helps social media editors with common tasks.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Social Media Helper

Baixe arquivos de extensão Social Media Helper 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

                        With this plugin you can easily:
• Set default UTM values and add them to any link with 1 click
• Debug any website in Facebooks OG:debugger with 1 click
• Get the OG:image of the current website
• Share selected text as a quote on Facebook
• Switch between the regular website and its AMP version

More options coming soon.                    

Informações Básicas da Extensão

Nome Social Media Helper Social Media Helper
ID lhnfjfmdmifdabfpdkfpnjkolafogapo
URL Oficial https://chromewebstore.google.com/detail/social-media-helper/lhnfjfmdmifdabfpdkfpnjkolafogapo
Descrição This extension helps social media editors with common tasks.
Tamanho do Arquivo 41.12 KB
Contagem de Instalações 212
Versão Atual 0.560
Última Atualização 2018-08-31
Data de Publicação 2018-08-31
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor https://wunder.work
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://twitter.com/tibor
Idiomas Suportados de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Social Media Helper",
    "short_name": "Social Helper",
    "description": "This extension helps social media editors with common tasks.",
    "version": "0.560",
    "author": "Tibor Martini",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "96": "icon-96.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "default_locale": "en"
}