The Credit Connector

Single click can link you with your friends.

The Credit Connectorคืออะไร?

The Credit Connector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://leadsintoinbox.com และคุณลักษณะหลักของมันคือ "Single click can link you with your friends."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Credit Connector

ดาวน์โหลดไฟล์ส่วนขยาย The Credit Connector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}