Semalt Einstein
Semalt Einstein
Wat is Semalt Einstein?
Semalt Einstein is een Chrome-extensie ontwikkeld door Semalt company, en de belangrijkste functie is "Semalt Einstein".
Extensie Screenshots
Download het CRX-bestand van de extensie Semalt Einstein
Download Semalt Einstein-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Semalt Einstein |
ID | anboddeaaepibakchobdfgjjpmpfhjka |
Officiële URL | https://chromewebstore.google.com/detail/semalt-einstein/anboddeaaepibakchobdfgjjpmpfhjka |
Beschrijving | Semalt Einstein |
Bestandsgrootte | 31.74 KB |
Aantal Installaties | 58 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2021-06-23 |
Publicatiedatum | 2019-05-12 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Semalt company |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://semalt.com/contacts |
URL van de Privacybeleid Pagina | https://semalt.com/privacy-policy |
Ondersteunde Talen | 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", "*:\/\/*\/" ] } |