Open in SEMRUSH
Check any website's traffic, keywords and ads with Open in SEMRUSH
Open in SEMRUSH क्या है?
Open in SEMRUSH https://www.adpharos.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check any website's traffic, keywords and ads with Open in SEMRUSH"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open in SEMRUSH एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Open in SEMRUSH adds a button to the toolbar which when clicked opens a new tab and passes the current URL to SEMRUSH for quick and easy viewing of both organic & ppc keyword traffic statistics for the given website.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | chgblofegkokcojhgjfgfdbgbcalnpml |
आधिकारिक URL | https://chrome.google.com/webstore/detail/open-in-semrush/chgblofegkokcojhgjfgfdbgbcalnpml |
विवरण | Check any website's traffic, keywords and ads with Open in SEMRUSH |
फ़ाइल का आकार | 10.22 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 2.2 |
अंतिम अपडेट | 2021-07-30 |
प्रकाशन तिथि | 2016-05-31 |
रेटिंग | 3.71/5 कुल 28 रेटिंग्स |
डेवलपर | https://www.adpharos.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://www.adpharos.com/contact/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open in SEMRUSH", "version": "2.2", "manifest_version": 2, "background": { "scripts": [ "semrush.js" ] }, "description": "Check any website's traffic, keywords and ads with Open in SEMRUSH", "icons": { "128": "icon_128.png", "48": "icon_48.png" }, "page_action": { "default_icon": { "19": "icon.png" }, "default_title": "Open in SEMRUSH" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |