Simple Marketing Tools

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

Simple Marketing Toolsคืออะไร?

Simple Marketing Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Simple Marketing Tools และคุณลักษณะหลักของมันคือ "A premium chrome extension to assist in organically generating and managing leads from social media."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Marketing Tools

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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": []
        }
    ]
}