The Credit Connector

Single click can link you with your friends.

Co to jest The Credit Connector?

The Credit Connector to rozszerzenie Chrome opracowane przez https://leadsintoinbox.com, a jego główną funkcją jest „Single click can link you with your friends.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia The Credit Connector

Pobierz pliki rozszerzeń The Credit Connector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa The Credit Connector The Credit Connector
ID apmbejjbnjmmgblagccohgjchbemdlgj
Oficjalny URL https://chromewebstore.google.com/detail/the-credit-connector/apmbejjbnjmmgblagccohgjchbemdlgj
Opis Single click can link you with your friends.
Rozmiar pliku 401 KB
Liczba instalacji 193
Aktualna Wersja 3.0.11
Ostatnia Aktualizacja 2022-08-25
Data Publikacji 2020-09-16
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper https://leadsintoinbox.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://thecreditconnector.com
Adres URL Strony Pomocy https://m.me/728629334436142
Adres URL Strony Polityki Prywatności https://buy.leadsintoinbox.com/privacy
Obsługiwane Języki 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
}