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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Butly.co: Email templates for Gmail

قم بتنزيل ملفات الامتداد Butly.co: Email templates for Gmail بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://butly.co
عنوان صفحة سياسة الخصوصية 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'"
}