SEO-Dashboard von TechnicalSEO.de
Weniger klicken. Mehr schaffen.
Cos'è SEO-Dashboard von TechnicalSEO.de?
SEO-Dashboard von TechnicalSEO.de è un'estensione di Chrome sviluppata da https://technicalseo.de, e la sua funzione principale è "Weniger klicken. Mehr schaffen.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SEO-Dashboard von TechnicalSEO.de
Scarica i file di estensione SEO-Dashboard von TechnicalSEO.de in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | SEO-Dashboard von TechnicalSEO.de |
ID | gjacalkbpoekfffccejaohcdbapbapel |
URL Ufficiale | https://chromewebstore.google.com/detail/seo-dashboard-von-technic/gjacalkbpoekfffccejaohcdbapbapel |
Descrizione | Weniger klicken. Mehr schaffen. |
Dimensione del File | 334 KB |
Conteggio Installazioni | 2,000 |
Versione Corrente | 3.4.0 |
Ultimo Aggiornamento | 2019-03-23 |
Data di Pubblicazione | 2019-03-23 |
Valutazione | 4.60/5 Totale 10 Valutazioni |
Sviluppatore | https://technicalseo.de |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.gutewebsites.de/seo-dashboard?utm_medium=chrome.webstore&utm_source=google&utm_campaign=seo.dashboard.chrome |
URL della Pagina di Aiuto | https://www.technicalseo.de/?utm_medium=chrome.webstore&utm_source=google&utm_campaign=seo.dashboard.chrome |
URL della Pagina della Politica sulla Privacy | https://www.technicalseo.de/datenschutz |
Lingue Supportate | 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'" } |