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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Butly is a web browser extension that enables online retailers to easily respond to customer service requests by editing…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Butly.co: Email templates for Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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'"
}