Social Toolkit Pro

A premium chrome extension to help generating leads from social media

Social Toolkit Proคืออะไร?

Social Toolkit Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Thomas Crane และคุณลักษณะหลักของมันคือ "A premium chrome extension to help generating leads from social media"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Social Toolkit Pro

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

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

                        This premium extension helps people to save leads from Facebook, it has improved UI that allow users to get more user experience. They can save any lead profile in their CRM to reach them later. The other benefit is that, 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.
It has Login form 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.                    

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

ชื่อ Social Toolkit Pro Social Toolkit Pro
ID lemjeocdokhjlhidkiajmgeoealmanho
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/social-toolkit-pro/lemjeocdokhjlhidkiajmgeoealmanho
คำอธิบาย A premium chrome extension to help generating leads from social media
ขนาดไฟล์ 2.78 MB
จำนวนการติดตั้ง 1,216
เวอร์ชันปัจจุบัน 1.9.4
อัปเดตครั้งล่าสุด 2023-07-20
วันที่เผยแพร่ 2021-04-11
คะแนน 4.06/5 รวมทั้งหมด 34 คะแนน
ผู้พัฒนา Thomas Crane
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://themoneyfriends.com/privacypolicy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A premium chrome extension to help generating leads from social media",
    "version": "1.9.4",
    "manifest_version": 2,
    "name": "Social Toolkit Pro",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "identity",
        "clipboardRead",
        "clipboardWrite"
    ],
    "oauth2": {
        "client_id": "298884053311-c6aqv8pt13ufn6ckts0lrpon3pq6sc1s.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.messenger.com\/*",
                "https:\/\/apis.google.com\/*",
                "https:\/\/sft-daap-region1.netlify.app\/*"
            ],
            "js": [
                "\/assets\/js\/jquery.3.2.1.min.js",
                "contentScript.bundle.js",
                "vanillaSelectBox.js"
            ],
            "css": [
                "content.styles.css",
                "vanillaSelectBox.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "vanillaSelectBox.css",
        "icon-128.png",
        "icon-34.png"
    ]
}