TAMS Crawler

TAMS Crawler simplifies, automates, and accelerates the process of connecting with your ideal, targeted prospects via Facebook.

TAMS Crawler란 무엇입니까?

TAMS Crawler은(는) RoboReply에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TAMS Crawler simplifies, automates, and accelerates the process of connecting with your ideal, targeted prospects via Facebook."입니다.

확장 프로그램 스크린샷

screenshot

TAMS Crawler 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Only for members of TAMS via private invitation.
-----------------------------------------------------------------------------
Upgrade your friends list with single click automation.
 
TAMS Crawler does the initial, repetitive outreach of sending friend requests via unique messages that will not raise the attention of automation filters 

Add keywords and click a button!  TAMS Crawler will generate a constant supply of new prospects ready and eager to know more out your business, product, or offer.

When you receive replies from people inquiring for more information, we have other tools to simplify the ongoing conversation.                    

확장 프로그램 기본 정보

이름 TAMS Crawler TAMS Crawler
ID jcldagolkjeikgcdbmbjkbcgmckgmmnj
공식 URL https://chromewebstore.google.com/detail/tams-crawler/jcldagolkjeikgcdbmbjkbcgmckgmmnj
설명 TAMS Crawler simplifies, automates, and accelerates the process of connecting with your ideal, targeted prospects via Facebook.
파일 크기 508 KB
설치 횟수 39
현재 버전 20.20.130
최근 업데이트 2023-02-06
출시 날짜 2022-10-07
평점 5.00/5 총 1 개의 평점
개발자 RoboReply
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.automationmarketingsoftware.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TAMS Crawler",
    "version": "20.20.130",
    "description": "TAMS Crawler simplifies, automates, and accelerates the process of connecting with your ideal, targeted prospects via Facebook.",
    "short_name": "TC",
    "icons": {
        "16": "images\/614a1c904f51ca7197bc4c51-Lead_Prospector-1633959294044-small_icon.png",
        "48": "images\/614a1c904f51ca7197bc4c51-Lead_Prospector-1633959294147-medium_icon.png",
        "128": "images\/614a1c904f51ca7197bc4c51-Lead_Prospector-1633959294203-large_icon.png"
    },
    "action": {
        "default_title": "TAMS Crawler"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                ".\/arrive.js",
                "js\/contentScriptBundle.js",
                ".\/jquery.bpopup.min.js"
            ],
            "css": [
                "assets\/content.inj.css",
                "assets\/jquery.toast.min.css",
                "assets\/chosen.css",
                "assets\/jquery-ui.css",
                "css\/customCss.css",
                "assets\/bootstrap-tagsinput.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "scripting",
        "unlimitedStorage",
        "clipboardRead"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/facebook.com\/*",
        "https:\/\/z7c5j0fjy8.execute-api.us-east-2.amazonaws.com\/dev\/tiersai",
        "https:\/\/api.friendconnector.io\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "images\/*",
                "js\/*",
                "css\/*"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}