Simple Marketing Tools

A premium chrome extension to assist in organically generating and managing leads from social media.

Simple Marketing Tools là gì?

Simple Marketing Tools là một tiện ích mở rộng Chrome được phát triển bởi Simple Marketing Tools, và tính năng chính của nó là "A premium chrome extension to assist in organically generating and managing leads from social media.".

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

screenshot
screenshot

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

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

                        This extension helps people to save leads from social media, it has improved UI that allow users to get more user experience. It has Login system that allow users to get login and then access their leads CRM.
CRM always helpful for generating leads organically so this is the right tool for any marketer and color tagging just make it more helpful.
 They can save any lead profile in their CRM to reach them later. Users can assign them different tags based on strength of lead. In that color tags also added. It's helpful for any person using social media.                    

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

Tên Simple Marketing Tools Simple Marketing Tools
ID kiopofhkdofecpfmflnomigoogdpcaep
URL Chính Thức https://chromewebstore.google.com/detail/simple-marketing-tools/kiopofhkdofecpfmflnomigoogdpcaep
Mô tả A premium chrome extension to assist in organically generating and managing leads from social media.
Kích Thước Tệp 3 MB
Số Lần Cài Đặt 184
Phiên Bản Hiện Tại 3.6.6
Cập Nhật Lần Cuối 2024-03-06
Ngày Phát Hành 2022-06-14
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Simple Marketing Tools
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://simplemarketingtools.io/privacypolicy-7335
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A premium chrome extension to assist in organically generating and managing leads from social media.",
    "version": "3.6.6",
    "manifest_version": 3,
    "name": "Simple Marketing Tools",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "\/assets\/img\/icon2.png"
    },
    "icons": {
        "128": "\/assets\/img\/icon2.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "clipboardRead",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/member.simplemarketingtools.co\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.messenger.com\/*",
                "https:\/\/www.google.com\/search*"
            ],
            "js": [
                "\/assets\/plugins\/jquery\/jquery.min.js",
                "contentScript.bundle.js",
                "\/assets\/dist\/js\/vanillaSelectBox.js"
            ],
            "css": [
                "content.styles.css",
                "\/assets\/dist\/css\/vanillaSelectBox.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "\/assets\/dist\/css\/vanillaSelectBox.css",
                "\/assets\/img\/icon2.png"
            ],
            "matches": []
        }
    ]
}