LeadMomentum

Import contact info from your current CRM into LeadMomentum

LeadMomentum là gì?

LeadMomentum là một tiện ích mở rộng Chrome được phát triển bởi https://leadmomentum.net, và tính năng chính của nó là "Import contact info from your current CRM into LeadMomentum".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng LeadMomentum

Tải xuống các tệp mở rộng LeadMomentum 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

                        Created as an enhancement to LeadMomentum so users can automatically import contact data from other CRMs                    

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

Tên LeadMomentum LeadMomentum
ID kfhclnlhochkkmeedbieadfdaakedgpl
URL Chính Thức https://chromewebstore.google.com/detail/leadmomentum/kfhclnlhochkkmeedbieadfdaakedgpl
Mô tả Import contact info from your current CRM into LeadMomentum
Kích Thước Tệp 300 KB
Số Lần Cài Đặt 103
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-06-27
Ngày Phát Hành 2023-06-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://leadmomentum.net
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.leadmomentum.net/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LeadMomentum",
    "version": "1.0",
    "description": "Import contact info from your current CRM into LeadMomentum",
    "icons": {
        "36": "icons\/icon-36.png",
        "48": "icons\/icon-48.png",
        "72": "icons\/icon-72.png",
        "96": "icons\/icon-96.png",
        "144": "icons\/icon-144.png",
        "192": "icons\/icon-192.png",
        "512": "icons\/icon-512.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*.api.landlinescrubber.com\/*"
    ],
    "action": {
        "default_title": "LeadMomentum",
        "default_icon": "icons\/icon-48.png",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.vanillasoft.net\/*",
                "*:\/\/*.onelink.intruity.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "all_frames": true
        }
    ]
}