Semalt Einstein
Semalt Einstein
Semalt Einstein란 무엇입니까?
Semalt Einstein은(는) Semalt company에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Semalt Einstein"입니다.
확장 프로그램 스크린샷
Semalt Einstein 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Semalt Einstein is an extension designed for corporate use of Semalt employees. Semalt Einstein provides: - answers to questions that registered users ask most frequently; - work instructions for sales managers and SEO specialists; - knowledge base on search engine optimization and marketing. This extension is designed to improve the quality of customer support provided for Semalt.com users. ------------------------------ User Data Policy To get access to the extension, you need to log into the admin panel using your account details. Account details are provided for all employees by the Semalt system administrator. Once logged in, you will get access to the extension. If your account details are changed, or if your Semalt employee account is deleted, you won’t be able to use the extension.
확장 프로그램 기본 정보
이름 | Semalt Einstein |
ID | anboddeaaepibakchobdfgjjpmpfhjka |
공식 URL | https://chromewebstore.google.com/detail/semalt-einstein/anboddeaaepibakchobdfgjjpmpfhjka |
설명 | Semalt Einstein |
파일 크기 | 31.74 KB |
설치 횟수 | 58 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2021-06-23 |
출시 날짜 | 2019-05-12 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Semalt company |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://semalt.com/contacts |
개인정보 보호 정책 페이지 URL | https://semalt.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Semalt Einstein", "version": "1.0.4", "description": "Semalt Einstein", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_title": "Welcome to Semalt Einstein" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ] } ], "permissions": [ "activeTab", "background", "webRequest", "webRequestBlocking", "*:\/\/*\/" ] } |