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 |
| 电子邮箱 | [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
}
]
} | |