Lead Closer CRM

Better manage your FB contacts, organize communications, create your own Sales Pipelines, and broadcast messages to your prospects.

Lead Closer CRMคืออะไร?

Lead Closer CRM เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://automationmarketingsoftware.com และคุณลักษณะหลักของมันคือ "Better manage your FB contacts, organize communications, create your own Sales Pipelines, and broadcast messages to your prospects."

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lead Closer CRM

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

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

                        Lead Closer CRM will ADD necessary features that are missing from FB Messenger to...

* Better Manage Your Contacts
* Organize Your Communications
* Create your own Sales Pipelines.
* Broadcast messages to your Leads.

Part of the Automation Marketing Software Suite.                    

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

ชื่อ Lead Closer CRM Lead Closer CRM
ID ofknmoeilhlapldfbfaoliopejejmgfd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lead-closer-crm/ofknmoeilhlapldfbfaoliopejejmgfd
คำอธิบาย Better manage your FB contacts, organize communications, create your own Sales Pipelines, and broadcast messages to your prospects.
ขนาดไฟล์ 5.47 MB
จำนวนการติดตั้ง 268
เวอร์ชันปัจจุบัน 11.31.193
อัปเดตครั้งล่าสุด 2024-02-22
วันที่เผยแพร่ 2022-03-03
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://automationmarketingsoftware.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://AutomationMarketingSoftware.com
URL หน้าช่วยเหลือ https://ebfn.net/lccrm
URL หน้านโยบายความเป็นส่วนตัว https://www.automationmarketingsoftware.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lead Closer CRM",
    "version": "11.31.193",
    "manifest_version": 3,
    "description": "Better manage your FB contacts, organize communications, create your own Sales Pipelines, and broadcast messages to your prospects.",
    "icons": {
        "16": "images\/614a1c904f51ca7197bc4c51-FB_Contact_Manager-1632956511615-small_icon.png",
        "48": "images\/614a1c904f51ca7197bc4c51-FB_Contact_Manager-1632956511690-medium_icon.png",
        "128": "images\/614a1c904f51ca7197bc4c51-FB_Contact_Manager-1632956511741-large_icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Lead Closer CRM"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.svg",
                "images\/*.gif",
                "audio\/*.mp3",
                "inject-helper\/img\/*.gif",
                "inject-helper\/img\/*.png",
                "inject-helper\/img\/*.svg",
                "inject-helper\/js\/inject.js"
            ],
            "matches": [
                "https:\/\/www.messenger.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/m.facebook.com\/*",
                "https:\/\/web.facebook.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "storage",
        "clipboardRead",
        "notifications",
        "alarms",
        "declarativeNetRequest",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/mbasic.facebook.com\/*",
        "https:\/\/www.messenger.com\/*",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/m.facebook.com\/*",
        "https:\/\/mobile.facebook.com\/*",
        "https:\/\/web.facebook.com\/*",
        "https:\/\/app.integrately.com\/",
        "https:\/\/api.geniusmessenger.io\/",
        "https:\/\/upload.facebook.com\/",
        "*:\/\/*.automationmarketingsoftware.com\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "inject-helper\/css\/toastify.min.css",
                "inject-helper\/css\/emoji.css",
                "inject-helper\/css\/map.min.css",
                "inject-helper\/css\/speed.min.css",
                "inject-helper\/css\/common.css"
            ],
            "js": [
                "inject-helper\/js\/jquery-3.1.0.min.js",
                "inject-helper\/js\/arrive.js",
                "inject-helper\/js\/config.js",
                "inject-helper\/js\/util.js",
                "inject-helper\/js\/jquery.emojiarea.js",
                "inject-helper\/js\/emoji-picker.js",
                "inject-helper\/js\/speed.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/www.messenger.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/m.facebook.com\/*",
                "https:\/\/web.facebook.com\/*",
                "https:\/\/mbasic.facebook.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "css": [],
            "js": [
                "inject-helper\/js\/jquery-3.1.0.min.js",
                "getAllFbFriends.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/friends\/*",
                "https:\/\/web.facebook.com\/friends\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "short_name": "LCC"
}