ThinkImmo Leads

Übertrage Leads ganz einfach zu ThinkImmo

ThinkImmo Leadsคืออะไร?

ThinkImmo Leads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ThinkImmo GmbH และคุณลักษณะหลักของมันคือ "Übertrage Leads ganz einfach zu ThinkImmo"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ThinkImmo Leads

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

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

                        Mit ThinkImmo Leads übertragst du ganz einfach Kundendaten aus Deinem CRM an ThinkImmo. Damit sparst Du Dir die manuelle Arbeit!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ThinkImmo Leads ThinkImmo Leads
ID hggmdfpldeldgcecgnbpmfedpmokdklm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/thinkimmo-leads/hggmdfpldeldgcecgnbpmfedpmokdklm
คำอธิบาย Übertrage Leads ganz einfach zu ThinkImmo
ขนาดไฟล์ 25.76 KB
จำนวนการติดตั้ง 92
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-04-06
วันที่เผยแพร่ 2022-05-15
ผู้พัฒนา ThinkImmo GmbH
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://thinkimmo.com/content/privacy
ภาษาที่รองรับ de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ThinkImmo Leads",
    "description": "\u00dcbertrage Leads ganz einfach zu ThinkImmo",
    "version": "1.2",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "js": [
                "finlink\/index.js"
            ],
            "css": [
                "mui-min.css"
            ],
            "matches": [
                "*:\/\/admin.finlink.de\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}