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 là gì?

Butly.co: Email templates for Gmail là một tiện ích mở rộng Chrome được phát triển bởi butly.co, và tính năng chính của nó là "Butly is a web browser extension that enables online retailers to easily respond to customer service requests by editing…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Butly.co: Email templates for Gmail

Tải xuống các tệp mở rộng Butly.co: Email templates for Gmail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 !                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Butly.co: Email templates for Gmail Butly.co: Email templates for Gmail
ID mmfkokdkoifbkkabhaoncehdnjfaimfp
URL Chính Thức https://chromewebstore.google.com/detail/butlyco-email-templates-f/mmfkokdkoifbkkabhaoncehdnjfaimfp
Mô tả Butly is a web browser extension that enables online retailers to easily respond to customer service requests by editing…
Kích Thước Tệp 4.2 MB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 0.1.5
Cập Nhật Lần Cuối 2021-09-30
Ngày Phát Hành 2021-09-29
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển butly.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https:/butly.co
URL Trang Trợ Giúp https://butly.co
URL Trang Chính Sách Bảo Mật https://drive.google.com/file/d/1miM71sWeFKsJ6yAOZhLr-HJ83-aX05AK/view?usp=sharing
Ngôn Ngữ Được Hỗ Trợ 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'"
}