amoCRM
An extension that helps to parse websites and send leads to your amoCRM account
amoCRM란 무엇입니까?
amoCRM은(는) https://www.amocrm.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension that helps to parse websites and send leads to your amoCRM account"입니다.
확장 프로그램 스크린샷
amoCRM 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |