Search Console Percentage Calculator
Adds the percentage difference in Search Console metrics compared to the previous period.
What is Search Console Percentage Calculator?
Search Console Percentage Calculator is a Chrome extension developed by https://www.analistaseo.es, and its main feature is "Adds the percentage difference in Search Console metrics compared to the previous period.".
Extension Screenshots
Download Search Console Percentage Calculator Extension CRX File
Download Search Console Percentage Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds the percentage difference in Search Console metrics compared to the previous period.
Extension Basic Information
Name | Search Console Percentage Calculator |
ID | licaefgklohoebcfefffhinemkidgejm |
Official URL | https://chromewebstore.google.com/detail/search-console-percentage/licaefgklohoebcfefffhinemkidgejm |
Description | Adds the percentage difference in Search Console metrics compared to the previous period. |
File Size | 9.25 KB |
Installation Count | 34 |
Current Version | 0.0.0.1 |
Last Updated | 2023-08-09 |
Publish Date | 2023-08-09 |
Developer | https://www.analistaseo.es |
[email protected] | |
Payment Type | free |
Supported Languages | 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]" } } |