amoCRM
An extension that helps to parse websites and send leads to your amoCRM account
amoCRMคืออะไร?
amoCRM เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.amocrm.ru และคุณลักษณะหลักของมันคือ "An extension that helps to parse websites and send leads to your amoCRM account"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย amoCRM
ดาวน์โหลดไฟล์ส่วนขยาย amoCRM ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Capture contact details easily from any website with amoCRM’s lead scraper. It’s perfect for building: ★ Prospecting lists for sales ★ Recruitment lists for HR ★ Outreach lists for PR ★ Email lists for marketing HOW TO USE IT Just point and click on the information you want to save, and the lead scraper will instantly create a new lead profile in your pipeline, complete with contact details. SPEED UP YOUR WORKFLOW The best part? When you visit similar pages, you don’t need to select the contact data again — the lead scraper will detect it automatically, and all you have to do is click “create a lead”. HOW IT WORKS The lead scraper uses the power of web parsing, also known as web scraping, to eliminate copy-pasting from your list-building
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | amoCRM |
ID | cfaicdlgblgdchnpdilihjmfnogpjakl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/amocrm/cfaicdlgblgdchnpdilihjmfnogpjakl |
คำอธิบาย | An extension that helps to parse websites and send leads to your amoCRM account |
ขนาดไฟล์ | 597 KB |
จำนวนการติดตั้ง | 8,394 |
เวอร์ชันปัจจุบัน | 1.3.7 |
อัปเดตครั้งล่าสุด | 2024-02-23 |
วันที่เผยแพร่ | 2020-06-15 |
คะแนน | 4.17/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://www.amocrm.ru |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,es,pt-BR,pt-PT,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.3.7", "permissions": [ "activeTab", "tabs", "storage", "scripting" ], "host_permissions": [ "https:\/\/*.amocrm.ru\/*\/*" ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "preset_docs.html" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "action": { "default_icon": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "64": "images\/64x64.png", "128": "images\/128x128.png" }, "default_popup": "popup.html" }, "externally_connectable": { "matches": [ "https:\/\/*.amocrm.ru\/*\/*" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "rpa.js", "content.js" ] } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "64": "images\/64x64.png", "128": "images\/128x128.png" }, "manifest_version": 3 } |