Semalt Einstein

Semalt Einstein

Semalt Einstein là gì?

Semalt Einstein là một tiện ích mở rộng Chrome được phát triển bởi Semalt company, và tính năng chính của nó là "Semalt Einstein".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Semalt Einstein

Tải xuống các tệp mở rộng Semalt Einstein dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Semalt Einstein Semalt Einstein
ID anboddeaaepibakchobdfgjjpmpfhjka
URL Chính Thức https://chromewebstore.google.com/detail/semalt-einstein/anboddeaaepibakchobdfgjjpmpfhjka
Mô tả Semalt Einstein
Kích Thước Tệp 31.74 KB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2021-06-23
Ngày Phát Hành 2019-05-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Semalt company
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://semalt.com/contacts
URL Trang Chính Sách Bảo Mật https://semalt.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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",
        "*:\/\/*\/"
    ]
}