SEO PageRank
Give the current page's SEO score, help you find issues and get advices to fix them
Wat is SEO PageRank?
SEO PageRank is een Chrome-extensie ontwikkeld door https://www.pagerankstatus.org, en de belangrijkste functie is "Give the current page's SEO score, help you find issues and get advices to fix them".
Extensie Screenshots
Download het CRX-bestand van de extensie SEO PageRank
Download SEO PageRank-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Give an SEO score based on the following content on the page: 1.Url 2. Title 3. Description 4. Article length 5. Article structure 6. Images 7. Head tags
Basisinformatie over de Extensie
Naam | SEO PageRank |
ID | lndiecnlfaibiffoeijpjnblnmdlcpog |
Officiële URL | https://chromewebstore.google.com/detail/seo-pagerank/lndiecnlfaibiffoeijpjnblnmdlcpog |
Beschrijving | Give the current page's SEO score, help you find issues and get advices to fix them |
Bestandsgrootte | 60.96 KB |
Aantal Installaties | 11,001 |
Huidige Versie | 1.2.1 |
Laatst Bijgewerkt | 2022-11-06 |
Publicatiedatum | 2022-11-06 |
Beoordeling | 3.44/5 Totaal 103 Beoordelingen |
Ontwikkelaar | https://www.pagerankstatus.org |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SEO PageRank", "description": "Give the current page's SEO score, help you find issues and get advices to fix them", "version": "1.2.1", "icons": { "128": "img\/logo-128.png", "16": "img\/logo-16.png", "48": "img\/logo-48.png" }, "background": { "service_worker": "\/background.js" }, "action": { "default_icon": "img\/logo.png", "default_title": "SEO PageRank", "name": "SEO PageRank", "default_popup": "popup.html" }, "homepage_url": "https:\/\/www.pagerankstatus.org", "permissions": [ "activeTab" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "\/content.js" ] } ] } |