SEO PageRank
Give the current page's SEO score, help you find issues and get advices to fix them
Was ist SEO PageRank?
SEO PageRank ist eine Chrome-Erweiterung, die von https://www.pagerankstatus.org entwickelt wurde, und ihr Hauptmerkmal ist "Give the current page's SEO score, help you find issues and get advices to fix them".
Erweiterungsscreenshots
SEO PageRank-Erweiterungs-CRX-Datei herunterladen
Laden Sie SEO PageRank-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | SEO PageRank |
ID | lndiecnlfaibiffoeijpjnblnmdlcpog |
Offizielle URL | https://chromewebstore.google.com/detail/seo-pagerank/lndiecnlfaibiffoeijpjnblnmdlcpog |
Beschreibung | Give the current page's SEO score, help you find issues and get advices to fix them |
Dateigröße | 60.96 KB |
Installationsanzahl | 11,001 |
Aktuelle Version | 1.2.1 |
Letztes Update | 2022-11-06 |
Veröffentlichungsdatum | 2022-11-06 |
Bewertung | 3.44/5 Insgesamt 103 Bewertungen |
Entwickler | https://www.pagerankstatus.org |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |