Search Console Percentage Calculator
Adds the percentage difference in Search Console metrics compared to the previous period.
Search Console Percentage Calculator क्या है?
Search Console Percentage Calculator https://www.analistaseo.es द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds the percentage difference in Search Console metrics compared to the previous period."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Search Console Percentage Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds the percentage difference in Search Console metrics compared to the previous period.
एक्सटेंशन की मूल जानकारी
नाम | Search Console Percentage Calculator |
ID | licaefgklohoebcfefffhinemkidgejm |
आधिकारिक URL | https://chromewebstore.google.com/detail/search-console-percentage/licaefgklohoebcfefffhinemkidgejm |
विवरण | Adds the percentage difference in Search Console metrics compared to the previous period. |
फ़ाइल का आकार | 9.25 KB |
स्थापना संख्या | 34 |
वर्तमान संस्करण | 0.0.0.1 |
अंतिम अपडेट | 2023-08-09 |
प्रकाशन तिथि | 2023-08-09 |
डेवलपर | https://www.analistaseo.es |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Search Console Percentage Calculator", "description": "Adds the percentage difference in Search Console metrics compared to the previous period.", "version": "0.0.0.1", "action": [], "icons": { "128": "icon.png" }, "permissions": [ "activeTab", "webNavigation" ], "content_scripts": [ { "matches": [ "https:\/\/search.google.com\/search-console\/performance\/search-analytics*" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "background": { "service_worker": "background.js" }, "author": { "email": "[email protected]" } } |