Xing Autopilot
Visit, connect and message new Xing Prospects on Autopilot
Xing Autopilot란 무엇입니까?
Xing Autopilot은(는) https://www.leadspate.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Visit, connect and message new Xing Prospects on Autopilot"입니다.
확장 프로그램 스크린샷
Xing Autopilot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Social Selling Strategies Sales Prospecting on Xing is a time consuming endeavour. automate your Xing prospecting campaigns with Xing Autopilot. Passive strategy: Search on Xing and visit prospects automatically. Your prospects will be curious and visit you back – entice them with a prepared profile that talks about how you provide value to your target audience and send profile visitors manually highly personalised message. Good for high value products and services and long sales cycles. Aggressive strategy: Search on Xing visit and send connection requests with a standardized message highlighting the value of connecting and follow up with your value proposition. Best for transactional and known products and services- car leasing, utilities, accounting services, Content Strategy: Get in touch for this advanced strategy best for high value products and services with a limited targeted number of buying centres (account based marketing). this tool works similar to Dux Soup, Lead Connect, Octopus, Prospectin, Linked Booster, Rushlinq or Linkedwolf
확장 프로그램 기본 정보
이름 | |
ID | gkndbpenbfbffdecgjhfjpdceohfkmfa |
공식 URL | https://chromewebstore.google.com/detail/xing-autopilot/gkndbpenbfbffdecgjhfjpdceohfkmfa |
설명 | Visit, connect and message new Xing Prospects on Autopilot |
파일 크기 | 893 KB |
설치 횟수 | 37 |
현재 버전 | 1.12 |
최근 업데이트 | 2021-07-05 |
출시 날짜 | 2021-03-24 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | https://www.leadspate.com |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://www.leadspate.com/lead-autopilot/ |
도움말 페이지 URL | https://tawk.to/chat/605994b5067c2605c0bb4232/1f1euppfc |
지원되는 언어 | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Xing Autopilot", "version": "1.12", "description": "Visit, connect and message new Xing Prospects on Autopilot", "homepage_url": "https:\/\/www.leadspate.com\/lead-autopilot\/?via=chrome_1.9", "icons": { "128": "img\/icon_128.png", "48": "img\/icon_48.png", "16": "img\/icon_16.png" }, "browser_action": { "name": "Xing Social Tool", "default_popup": "popup.html", "default_icon": "img\/icon_48.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.xing.com\/search\/members?keywords=*", "https:\/\/www.xing.com\/*" ], "js": [ "js\/lib\/jquery-3.5.1.min.js", "js\/xing.js" ], "css": [ "css\/xing.css" ] }, { "matches": [ "https:\/\/www.xing.com\/messenger\/global\/chats\/*" ], "js": [ "js\/lib\/jquery-3.5.1.min.js", "js\/xing.js" ], "css": [ "css\/xing.css" ], "all_frames": true } ], "background": { "persistent": true, "scripts": [ "js\/lib\/jquery-3.5.1.min.js", "js\/background.js" ] }, "permissions": [ "tabs", "downloads", "notifications", "https:\/\/leadspate.com\/*", "clipboardRead", "clipboardWrite" ], "manifest_version": 2, "web_accessible_resources": [ "img\/*.png", "img\/*.ico" ] } |