Semalt Einstein
Semalt Einstein
Semalt Einsteinとは何ですか?
Semalt EinsteinはSemalt companyによって開発されたChromeの拡張機能で、その主な機能は「Semalt Einstein」です。
拡張機能のスクリーンショット
Semalt Einstein拡張機能のCRXファイルをダウンロード
Semalt Einstein拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Semalt Einstein |
ID | anboddeaaepibakchobdfgjjpmpfhjka |
公式URL | https://chromewebstore.google.com/detail/semalt-einstein/anboddeaaepibakchobdfgjjpmpfhjka |
説明 | Semalt Einstein |
ファイルサイズ | 31.74 KB |
インストール数 | 58 |
現在のバージョン | 1.0.4 |
最終更新日 | 2021-06-23 |
公開日 | 2019-05-12 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Semalt company |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://semalt.com/contacts |
プライバシーポリシーページのURL | https://semalt.com/privacy-policy |
対応言語 | 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", "*:\/\/*\/" ] } |