ThinkImmo Leads
Übertrage Leads ganz einfach zu ThinkImmo
ThinkImmo Leadsとは何ですか?
ThinkImmo LeadsはThinkImmo GmbHによって開発されたChromeの拡張機能で、その主な機能は「Übertrage Leads ganz einfach zu ThinkImmo」です。
拡張機能のスクリーンショット
ThinkImmo Leads拡張機能のCRXファイルをダウンロード
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! 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
}
]
} | |