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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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 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
Eメール [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'"
}