Business Messenger

Easily manage contacting pages and people

Business Messengerคืออะไร?

Business Messenger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rupert's Tools และคุณลักษณะหลักของมันคือ "Easily manage contacting pages and people"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Business Messenger

ดาวน์โหลดไฟล์ส่วนขยาย Business Messenger ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Easily manage contacting pages and people with customised formulated messages, phrases and emojis. You can also make the messages personal with names! Just compose your messages, gather a list of friends you want to message set the timers and start!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Business Messenger Business Messenger
ID idgncpfoimfmfadndgpiecfcamkneejg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/business-messenger/idgncpfoimfmfadndgpiecfcamkneejg
คำอธิบาย Easily manage contacting pages and people
ขนาดไฟล์ 114 KB
จำนวนการติดตั้ง 62
เวอร์ชันปัจจุบัน 1.6.1
อัปเดตครั้งล่าสุด 2019-12-23
วันที่เผยแพร่ 2019-12-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Rupert's Tools
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.rupertsamuel.com/pages/privacy-policy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Business Messenger",
    "version": "1.6.1",
    "description": "Easily manage contacting pages and people",
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/eumetric.com\/*",
        "https:\/\/m.facebook.com\/*",
        "https:\/\/www.facebook.com\/*"
    ],
    "background": {
        "scripts": [
            "jquery-3.3.1.js",
            "background.js",
            "licencing.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/6.png"
        }
    },
    "icons": {
        "128": "images\/6.png"
    },
    "manifest_version": 2
}