Semalt Einstein

Semalt Einstein

Qu'est-ce que Semalt Einstein ?

Semalt Einstein est une extension Chrome développée par Semalt company, et sa fonction principale est "Semalt Einstein".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Semalt Einstein

Téléchargez les fichiers d'extension Semalt Einstein au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Semalt Einstein Semalt Einstein
ID anboddeaaepibakchobdfgjjpmpfhjka
URL Officiel https://chromewebstore.google.com/detail/semalt-einstein/anboddeaaepibakchobdfgjjpmpfhjka
Description Semalt Einstein
Taille du Fichier 31.74 KB
Nombre d'Installations 58
Version Actuelle 1.0.4
Dernière Mise à Jour 2021-06-23
Date de Publication 2019-05-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur Semalt company
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://semalt.com/contacts
URL de la Page de Politique de Confidentialité https://semalt.com/privacy-policy
Langues Prises en Charge 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",
        "*:\/\/*\/"
    ]
}