ThinkImmo Leads

Übertrage Leads ganz einfach zu ThinkImmo

ThinkImmo Leads란 무엇입니까?

ThinkImmo Leads은(는) ThinkImmo GmbH에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Übertrage Leads ganz einfach zu ThinkImmo"입니다.

확장 프로그램 스크린샷

screenshot

ThinkImmo Leads 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
        }
    ]
}