ThinkImmo Leads
Übertrage Leads ganz einfach zu ThinkImmo
What is ThinkImmo Leads?
ThinkImmo Leads is a Chrome extension developed by ThinkImmo GmbH, and its main feature is "Übertrage Leads ganz einfach zu ThinkImmo".
Extension Screenshots
Download ThinkImmo Leads Extension CRX File
Download ThinkImmo Leads extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Mit ThinkImmo Leads übertragst du ganz einfach Kundendaten aus Deinem CRM an ThinkImmo. Damit sparst Du Dir die manuelle Arbeit!
Extension Basic Information
Name | ThinkImmo Leads |
ID | hggmdfpldeldgcecgnbpmfedpmokdklm |
Official URL | https://chromewebstore.google.com/detail/thinkimmo-leads/hggmdfpldeldgcecgnbpmfedpmokdklm |
Description | Übertrage Leads ganz einfach zu ThinkImmo |
File Size | 25.76 KB |
Installation Count | 92 |
Current Version | 1.2 |
Last Updated | 2023-04-06 |
Publish Date | 2022-05-15 |
Developer | ThinkImmo GmbH |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://thinkimmo.com/content/privacy |
Supported Languages | 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 } ] } |