SEO-Dashboard von TechnicalSEO.de
Weniger klicken. Mehr schaffen.
什么是SEO-Dashboard von TechnicalSEO.de?
SEO-Dashboard von TechnicalSEO.de是由https://technicalseo.de开发的Chrome扩展程序,该扩展的主要功能是“Weniger klicken. Mehr schaffen.”。
扩展截图
下载SEO-Dashboard von TechnicalSEO.de扩展crx文件
下载SEO-Dashboard von TechnicalSEO.de扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | SEO-Dashboard von TechnicalSEO.de |
ID | gjacalkbpoekfffccejaohcdbapbapel |
官方URL | https://chromewebstore.google.com/detail/seo-dashboard-von-technic/gjacalkbpoekfffccejaohcdbapbapel |
简介 | Weniger klicken. Mehr schaffen. |
文件大小 | 334 KB |
安装次数 | 2,000 |
当前版本 | 3.4.0 |
更新时间 | 2019-03-23 |
上架时间 | 2019-03-23 |
评分 | 4.60/5 共10次评分 |
开发者 | https://technicalseo.de |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.gutewebsites.de/seo-dashboard?utm_medium=chrome.webstore&utm_source=google&utm_campaign=seo.dashboard.chrome |
帮助页面URL | https://www.technicalseo.de/?utm_medium=chrome.webstore&utm_source=google&utm_campaign=seo.dashboard.chrome |
隐私政策页面URL | https://www.technicalseo.de/datenschutz |
支持的语言 | 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'" } |