TextUs Next Extension
Business-class Texting Software - Start texting directly from your CRM, ATS or any website.
TextUs Next Extension란 무엇입니까?
TextUs Next Extension은(는) TextUs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Business-class Texting Software - Start texting directly from your CRM, ATS or any website."입니다.
확장 프로그램 스크린샷
TextUs Next Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The slide out extension is back! Easily work out of your CRM or ATS. Find numbers on a page to either message or import into your TextUs contacts. TextUs will automatically open the contact details within your TextUs account when on a contact record in your CRM or ATS.
확장 프로그램 기본 정보
이름 | TextUs Next Extension |
ID | eaobjglgjonmmebelfnebghejfmmhamm |
공식 URL | https://chromewebstore.google.com/detail/textus-next-extension/eaobjglgjonmmebelfnebghejfmmhamm |
설명 | Business-class Texting Software - Start texting directly from your CRM, ATS or any website. |
파일 크기 | 3.2 MB |
설치 횟수 | 44,047 |
현재 버전 | 4.0.40 |
최근 업데이트 | 2023-11-17 |
출시 날짜 | 2020-10-27 |
평점 | 3.08/5 총 62 개의 평점 |
개발자 | TextUs |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://textus.com/ |
도움말 페이지 URL | https://help.next.textus.com/ |
개인정보 보호 정책 페이지 URL | https://textus.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TextUs Next Extension", "version": "4.0.40", "manifest_version": 2, "description": "Business-class Texting Software - Start texting directly from your CRM, ATS or any website.", "icons": { "16": "icons\/textus-icon16.png", "32": "icons\/textus-icon32.png", "48": "icons\/textus-icon48.png", "128": "icons\/textus-icon128.png" }, "author": "TextUs", "background": { "scripts": [ "scripts\/background.js" ] }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "activeTab", "contextMenus", "storage", "tabs", "alarms", "idle", "https:\/\/app.bullhornstaffing.com\/*", "https:\/\/*.lightning.force.com\/*", "https:\/\/next.textus.com\/*", "https:\/\/texting.bullhorn.com\/*", "https:\/\/talentreef.textus.com\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "TextUs Next", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/cdn.segment.com; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/*.dynamics.com\/*", "https:\/\/*.bullhornstaffing.com\/*", "https:\/\/*.lightning.force.com\/*", "https:\/\/*.jobappnetwork.com\/*", "https:\/\/*.salesforce.com\/*", "https:\/\/*.jobappdemo.com\/*", "https:\/\/*.trdev.co\/*", "http:\/\/localhost:8001\/*" ], "run_at": "document_end", "all_frames": true, "js": [ "scripts\/addClickHandlers.js" ], "css": [ "styles\/addClickHandlers.css" ] }, { "matches": [ "https:\/\/next.textus.com\/*", "https:\/\/texting.bullhorn.com\/*", "https:\/\/talentreef.textus.com\/*" ], "js": [ "scripts\/tesseractBridge.js" ], "run_at": "document_end", "all_frames": true }, { "exclude_globs": [ "https:\/\/next.textus.com\/*", "https:\/\/texting.bullhorn.com\/*", "https:\/\/talentreef.textus.com\/*", "http:\/\/localhost:3001*", "https:\/\/extension.textus.com*", "https:\/\/embed.textus.com\/0b09154*", "https:\/\/help.textus.com*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/slideout.js" ], "css": [ "styles\/slideout.css" ], "run_at": "document_end", "all_frames": false }, { "exclude_globs": [ "https:\/\/next.textus.com\/*", "https:\/\/texting.bullhorn.com\/*", "https:\/\/talentreef.textus.com\/*", "http:\/\/localhost:3001*", "https:\/\/extension.textus.com*", "https:\/\/embed.textus.com\/0b09154*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contactMatchObserver.js" ], "run_at": "document_end", "all_frames": true } ], "commands": { "open_extension": { "suggested_key": { "default": "Ctrl+Shift+U", "mac": "Command+Shift+U" }, "description": "Opens the extension" }, "find_numbers": { "suggested_key": { "default": "Ctrl+Shift+Y", "mac": "Command+Shift+Y" }, "description": "Find numbers on the page" }, "toggle_slideout": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "Command+Shift+S" }, "description": "Open slideout in current tab" } }, "web_accessible_resources": [ "icons\/*.*", "styles\/*.*", "extension.html", "slideout.html" ] } |