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…

什麼是Butly.co: Email templates for Gmail?

Butly.co: Email templates for Gmail是由butly.co開發的Chrome擴展程式,該擴展的主要功能是“Butly is a web browser extension that enables online retailers to easily respond to customer service requests by editing…”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Butly.co: Email templates for Gmail擴展crx文件

下載Butly.co: Email templates for Gmail擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 !                    

擴展基本資訊

名稱 Butly.co: Email templates for Gmail Butly.co: Email templates for Gmail
ID mmfkokdkoifbkkabhaoncehdnjfaimfp
官方網址 https://chromewebstore.google.com/detail/butlyco-email-templates-f/mmfkokdkoifbkkabhaoncehdnjfaimfp
簡介 Butly is a web browser extension that enables online retailers to easily respond to customer service requests by editing…
檔案大小 4.2 MB
安裝次數 21
目前版本 0.1.5
更新時間 2021-09-30
上架時間 2021-09-29
評分 5.00/5 共 7 次評分
開發者 butly.co
電子郵箱 [email protected]
付費類型 free
擴展官網 https:/butly.co
說明頁面URL https://butly.co
隱私政策頁面URL https://drive.google.com/file/d/1miM71sWeFKsJ6yAOZhLr-HJ83-aX05AK/view?usp=sharing
支援的語言 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'"
}