Semalt Einstein
Semalt Einstein
Was ist Semalt Einstein?
Semalt Einstein ist eine Chrome-Erweiterung, die von Semalt company entwickelt wurde, und ihr Hauptmerkmal ist "Semalt Einstein".
Erweiterungsscreenshots
Semalt Einstein-Erweiterungs-CRX-Datei herunterladen
Laden Sie Semalt Einstein-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Semalt Einstein |
ID | anboddeaaepibakchobdfgjjpmpfhjka |
Offizielle URL | https://chromewebstore.google.com/detail/semalt-einstein/anboddeaaepibakchobdfgjjpmpfhjka |
Beschreibung | Semalt Einstein |
Dateigröße | 31.74 KB |
Installationsanzahl | 58 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2021-06-23 |
Veröffentlichungsdatum | 2019-05-12 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Semalt company |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://semalt.com/contacts |
URL der Datenschutzrichtlinien-Seite | https://semalt.com/privacy-policy |
Unterstützte Sprachen | 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", "*:\/\/*\/" ] } |