SEO-Dashboard von TechnicalSEO.de
Weniger klicken. Mehr schaffen.
What is SEO-Dashboard von TechnicalSEO.de?
SEO-Dashboard von TechnicalSEO.de is a Chrome extension developed by https://technicalseo.de, and its main feature is "Weniger klicken. Mehr schaffen.".
Extension Screenshots
Download SEO-Dashboard von TechnicalSEO.de Extension CRX File
Download SEO-Dashboard von TechnicalSEO.de 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
DAS SEO-DASHBOARD-CHROME-PLUGIN HILFT DIR DEINE TÄGLICHEN SEO-ROUTINEN UM BIS ZU 400% ZU BESCHLEUNIGEN! Probiere es jetzt aus. Kostenfrei natürlich. MEHR ALS 80 SEO-ROUTINEN HELFEN DIR DABEI DEINE WEBSITES ZU OPTIMIEREN! FAVOURITEN FÜR DEINEN EIGENEN WORKFLOW Nutzt du eine oder mehrere Routine öfters? Dann speichere sie dir einfach als Favourit ab. Sie erscheint dann automatisch ganz oben im SEO-Dashboard. Einfach oder? ZEIGT NUR DIE TOOLS AN DIE DU BRAUCHST Du nutzt nicht alle Routinen oder Tools? Dann kannst du sie einfach über die Einstellungen ausblenden. So reduzierst du dein SEO-Dashboard auf die relevanten Tools und kommst schneller zum Ziel.
Extension Basic Information
Name | SEO-Dashboard von TechnicalSEO.de |
ID | gjacalkbpoekfffccejaohcdbapbapel |
Official URL | https://chromewebstore.google.com/detail/seo-dashboard-von-technic/gjacalkbpoekfffccejaohcdbapbapel |
Description | Weniger klicken. Mehr schaffen. |
File Size | 334 KB |
Installation Count | 2,000 |
Current Version | 3.4.0 |
Last Updated | 2019-03-23 |
Publish Date | 2019-03-23 |
Rating | 4.60/5 Total 10 Ratings |
Developer | https://technicalseo.de |
[email protected] | |
Payment Type | free |
Extension Website | https://www.gutewebsites.de/seo-dashboard?utm_medium=chrome.webstore&utm_source=google&utm_campaign=seo.dashboard.chrome |
Help Page URL | https://www.technicalseo.de/?utm_medium=chrome.webstore&utm_source=google&utm_campaign=seo.dashboard.chrome |
Privacy Policy Page URL | https://www.technicalseo.de/datenschutz |
Supported Languages | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SEO-Dashboard von TechnicalSEO.de", "short_name": "SEO-Dashboard", "description": "Weniger klicken. Mehr schaffen.", "version": "3.4.0", "browser_action": { "default_icon": "img\/icon48.png", "default_popup": "popup.html" }, "icons": { "19": "img\/icon19.png", "48": "img\/icon48.png", "128": "img\/icon128.png", "256": "img\/icon256.png", "512": "img\/icon512.png" }, "manifest_version": 2, "permissions": [ "activeTab", "storage", "contextMenus", "https:\/\/*\/*", "http:\/\/*\/*" ], "background": { "page": "background.html" }, "content_scripts": [ { "js": [ "js\/linkbuilder-min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |