The Credit Connector

Single click can link you with your friends.

The Credit Connector란 무엇입니까?

The Credit Connector은(는) https://leadsintoinbox.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Single click can link you with your friends."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

The Credit Connector 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Automatically send Friend Request and Personalized messages to your target audience Directly on Facebook.                    

확장 프로그램 기본 정보

이름 The Credit Connector The Credit Connector
ID apmbejjbnjmmgblagccohgjchbemdlgj
공식 URL https://chromewebstore.google.com/detail/the-credit-connector/apmbejjbnjmmgblagccohgjchbemdlgj
설명 Single click can link you with your friends.
파일 크기 401 KB
설치 횟수 193
현재 버전 3.0.11
최근 업데이트 2022-08-25
출시 날짜 2020-09-16
평점 5.00/5 총 8 개의 평점
개발자 https://leadsintoinbox.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://thecreditconnector.com
도움말 페이지 URL https://m.me/728629334436142
개인정보 보호 정책 페이지 URL https://buy.leadsintoinbox.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Credit Connector",
    "version": "3.0.11",
    "description": "Single click can link you with your friends.",
    "short_name": "TCC",
    "icons": {
        "16": "images\/5f04c593005c1732f17db87f-The_Credit_Connector-1621952656432-small_icon.png",
        "48": "images\/5f04c593005c1732f17db87f-The_Credit_Connector-1621952656478-medium_icon.png",
        "128": "images\/5f04c593005c1732f17db87f-The_Credit_Connector-1621952656522-large_icon.png"
    },
    "action": {
        "default_title": "The Credit Connector"
    },
    "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"
    ],
    "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
}