Google Search Console Extended
Extends the new Google Search Console
Google Search Console Extended क्या है?
Google Search Console Extended Webreload द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extends the new Google Search Console"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Search Console Extended एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Extends the new Google Search Console with some Features Features in Version 1 - Full width of the search console - Clickable Link in URL Inspection Tool - Copy all Links
एक्सटेंशन की मूल जानकारी
नाम | Google Search Console Extended |
ID | gafcchglbfbajijlhhcnklpdcljldhlk |
आधिकारिक URL | https://chromewebstore.google.com/detail/google-search-console-ext/gafcchglbfbajijlhhcnklpdcljldhlk |
विवरण | Extends the new Google Search Console |
फ़ाइल का आकार | 9.63 KB |
स्थापना संख्या | 2,470 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2020-05-31 |
प्रकाशन तिथि | 2020-05-30 |
रेटिंग | 2.60/5 कुल 5 रेटिंग्स |
डेवलपर | Webreload |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Search Console Extended", "version": "1.4", "description": "Extends the new Google Search Console", "permissions": [ "https:\/\/search.google.com\/*", "tabs" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/search.google.com\/*" ], "css": [ "gsc.css" ], "js": [ "gsc.js" ] } ], "icons": { "128": "gsc-e.png" }, "manifest_version": 2 } |