Semalt Einstein
Semalt Einstein
Semalt Einstein क्या है?
Semalt Einstein Semalt company द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Semalt Einstein"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Semalt Einstein एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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", "*:\/\/*\/" ] } |