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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": []
        }
    ]
}