Simple Marketing Tools

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

什麼是Simple Marketing Tools?

Simple Marketing Tools是由Simple Marketing Tools開發的Chrome擴展程式,該擴展的主要功能是“A premium chrome extension to assist in organically generating and managing leads from social media.”。

擴展截圖

screenshot
screenshot

下載Simple Marketing Tools擴展crx文件

下載Simple Marketing Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Simple Marketing Tools Simple Marketing Tools
ID kiopofhkdofecpfmflnomigoogdpcaep
官方網址 https://chromewebstore.google.com/detail/simple-marketing-tools/kiopofhkdofecpfmflnomigoogdpcaep
簡介 A premium chrome extension to assist in organically generating and managing leads from social media.
檔案大小 3 MB
安裝次數 184
目前版本 3.6.6
更新時間 2024-03-06
上架時間 2022-06-14
評分 5.00/5 共 7 次評分
開發者 Simple Marketing Tools
電子郵箱 [email protected]
付費類型 in_app
隱私政策頁面URL https://simplemarketingtools.io/privacypolicy-7335
支援的語言 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": []
        }
    ]
}