Semalt Einstein
Semalt Einstein
What is Semalt Einstein?
Semalt Einstein is a Chrome extension developed by Semalt company, and its main feature is "Semalt Einstein".
Extension Screenshots
Download Semalt Einstein Extension CRX File
Download Semalt Einstein extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Semalt Einstein |
ID | anboddeaaepibakchobdfgjjpmpfhjka |
Official URL | https://chromewebstore.google.com/detail/semalt-einstein/anboddeaaepibakchobdfgjjpmpfhjka |
Description | Semalt Einstein |
File Size | 31.74 KB |
Installation Count | 58 |
Current Version | 1.0.4 |
Last Updated | 2021-06-23 |
Publish Date | 2019-05-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Semalt company |
[email protected] | |
Payment Type | free |
Help Page URL | https://semalt.com/contacts |
Privacy Policy Page URL | https://semalt.com/privacy-policy |
Supported Languages | 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", "*:\/\/*\/" ] } |