Seobaz toplu 404 kaldırma
Seobaz Webmastertools toplu 404 kaldırma eklentisi sayesinde 404 hatalarını uğraşmadan toplu bir şekilde kaldırabileceksiniz.
Wat is Seobaz toplu 404 kaldırma?
Seobaz toplu 404 kaldırma is een Chrome-extensie ontwikkeld door https://seobaz.com, en de belangrijkste functie is "Seobaz Webmastertools toplu 404 kaldırma eklentisi sayesinde 404 hatalarını uğraşmadan toplu bir şekilde kaldırabileceksiniz.".
Extensie Screenshots
Download het CRX-bestand van de extensie Seobaz toplu 404 kaldırma
Download Seobaz toplu 404 kaldırma-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Google webmaster toolsdan toplu olarak 404 sayfalarını kaldırmanızı sağlar.
Basisinformatie over de Extensie
Naam | Seobaz toplu 404 kaldırma |
ID | djpmcodmjndjkgmkojajnjgeafcempjp |
Officiële URL | https://chromewebstore.google.com/detail/seobaz-toplu-404-kald%C4%B1rma/djpmcodmjndjkgmkojajnjgeafcempjp |
Beschrijving | Seobaz Webmastertools toplu 404 kaldırma eklentisi sayesinde 404 hatalarını uğraşmadan toplu bir şekilde kaldırabileceksiniz. |
Bestandsgrootte | 48.48 KB |
Aantal Installaties | 115 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2018-07-14 |
Publicatiedatum | 2018-07-14 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://seobaz.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.seobaz.com/ |
URL van de Privacybeleid Pagina | https://www.seobaz.com/gizlilik-politikasi |
Ondersteunde Talen | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Seobaz toplu 404 kald\u0131rma", "version": "1.4", "manifest_version": 2, "description": "Seobaz Webmastertools toplu 404 kald\u0131rma eklentisi sayesinde 404 hatalar\u0131n\u0131 u\u011fra\u015fmadan toplu bir \u015fekilde kald\u0131rabileceksiniz.", "browser_action": { "default_icon": "icon.png", "default_popup": "pencere.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/webmasters\/tools\/url-removal*" ], "js": [ "jquery-1.7.1.min.js", "bulk_url_removal.js" ] }, { "matches": [ "https:\/\/www.google.com\/webmasters\/tools\/removals-request*" ], "js": [ "jquery-1.7.1.min.js", "removals_request.js" ] }, { "matches": [ "http:\/\/localhost:8000\/test.html", "https:\/\/www.google.com\/webmasters\/tools\/removals-create-ac*" ], "js": [ "jquery-1.7.1.min.js", "exceed_quota.js" ] } ], "background": { "scripts": [ "bg.js" ] }, "permissions": [ "https:\/\/www.google.com\/webmasters\/*" ] } |