SMAI Click2Engage

SMAI Click2Engage allows you to click on phone numbers on a web page and engage with them using the SMAI platform.

SMAI Click2Engage란 무엇입니까?

SMAI Click2Engage은(는) SocialMiningAi, inc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SMAI Click2Engage allows you to click on phone numbers on a web page and engage with them using the SMAI platform."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

SMAI Click2Engage 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The SMAI Click2Engage for Chrome extension allows you to click phone numbers of potential or existing customers on a website and engage with them through text, audio and video communication using the SocialMiningAi platform.

Simply click on the SMAI Click2Engage icon next to any phone number listed on a web page to open the SocialMiningAi Engagements platform. Please note that you must be an existing customer of SocialMiningAi to be able to use this extension.                    

확장 프로그램 기본 정보

이름 SMAI Click2Engage SMAI Click2Engage
ID kocjcipedabnplhcpmafkadhikmoiicj
공식 URL https://chromewebstore.google.com/detail/smai-click2engage/kocjcipedabnplhcpmafkadhikmoiicj
설명 SMAI Click2Engage allows you to click on phone numbers on a web page and engage with them using the SMAI platform.
파일 크기 122 KB
설치 횟수 71
현재 버전 2.1.4
최근 업데이트 2024-01-22
출시 날짜 2022-05-12
개발자 SocialMiningAi, inc
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://socialminingai.com
도움말 페이지 URL https://socialminingai.com
개인정보 보호 정책 페이지 URL https://socialminingai.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SMAI Click2Engage",
    "version": "2.1.4",
    "description": "SMAI Click2Engage allows you to click on phone numbers on a web page and engage with them using the SMAI platform.",
    "action": {
        "default_icon": {
            "128": "img\/smai-logo-128x128.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "SMAI Click2Engage"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "content_styles.css"
            ],
            "exclude_matches": [
                "https:\/\/app.funnelai.com\/*",
                "https:\/\/app.engagedai.io\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; img-src 'self'; frame-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' 'strict-dynamic'",
        "sandbox": "sandbox allow-scripts; object-src 'self'; img-src 'self'; frame-src 'self'; script-src-elem 'self' 'unsafe-inline' 'strict-dynamic'"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "img\/smai-logo-128x128.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content_script.js",
                "content_styles.css",
                "entry.js",
                "img\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}