Butly.co: Email templates for Gmail

Butly is a web browser extension that enables online retailers to easily respond to customer service requests by editing…

O que é Butly.co: Email templates for Gmail?

Butly.co: Email templates for Gmail é uma extensão do Chrome desenvolvida por butly.co, e sua principal característica é "Butly is a web browser extension that enables online retailers to easily respond to customer service requests by editing…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Butly.co: Email templates for Gmail

Baixe arquivos de extensão Butly.co: Email templates for Gmail 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

                        Butly is a web browser extension that enables online retailers to easily respond to customer service requests by editing personalized templates. It is a powerful tool that will save you time and money while dealing with your customer service.

You just have to create your account, install the extension and you're ready to go !                    

Informações Básicas da Extensão

Nome Butly.co: Email templates for Gmail Butly.co: Email templates for Gmail
ID mmfkokdkoifbkkabhaoncehdnjfaimfp
URL Oficial https://chromewebstore.google.com/detail/butlyco-email-templates-f/mmfkokdkoifbkkabhaoncehdnjfaimfp
Descrição Butly is a web browser extension that enables online retailers to easily respond to customer service requests by editing…
Tamanho do Arquivo 4.2 MB
Contagem de Instalações 21
Versão Atual 0.1.5
Última Atualização 2021-09-30
Data de Publicação 2021-09-29
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor butly.co
Email [email protected]
Tipo de Pagamento free
Site da Extensão https:/butly.co
URL da Página de Ajuda https://butly.co
URL da Página de Política de Privacidade https://drive.google.com/file/d/1miM71sWeFKsJ6yAOZhLr-HJ83-aX05AK/view?usp=sharing
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Butly.co: Email templates for Gmail",
    "default_locale": "en",
    "permissions": [
        "cookies",
        "",
        "*:\/\/*\/*",
        "contextMenus"
    ],
    "icons": {
        "16": "icons\/butly120x120.png",
        "48": "icons\/butly120x120.png",
        "128": "icons\/butly120x120.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "devtools_page": "devtools.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/butly120x120.png",
            "38": "icons\/butly120x120.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "all_frames": true,
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "js\/app.js"
            ]
        },
        {
            "run_at": "document_end",
            "all_frames": true,
            "matches": [
                "https:\/\/outlook.live.com\/*"
            ],
            "js": [
                "js\/app.js"
            ]
        }
    ],
    "version": "0.1.5",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}