Google Search Console Extended
Extends the new Google Search Console
Apa itu Google Search Console Extended?
Google Search Console Extended adalah ekstensi Chrome yang dikembangkan oleh Webreload, dan fitur utamanya adalah "Extends the new Google Search Console".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Google Search Console Extended
Unduh file ekstensi Google Search Console Extended dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Extends the new Google Search Console with some Features Features in Version 1 - Full width of the search console - Clickable Link in URL Inspection Tool - Copy all Links
Informasi Dasar Ekstensi
Nama | Google Search Console Extended |
ID | gafcchglbfbajijlhhcnklpdcljldhlk |
URL Resmi | https://chromewebstore.google.com/detail/google-search-console-ext/gafcchglbfbajijlhhcnklpdcljldhlk |
Deskripsi | Extends the new Google Search Console |
Ukuran File | 9.63 KB |
Jumlah Instalasi | 2,470 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2020-05-31 |
Tanggal Publikasi | 2020-05-30 |
Penilaian | 2.60/5 Total 5 Penilaian |
Pengembang | Webreload |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Search Console Extended", "version": "1.4", "description": "Extends the new Google Search Console", "permissions": [ "https:\/\/search.google.com\/*", "tabs" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/search.google.com\/*" ], "css": [ "gsc.css" ], "js": [ "gsc.js" ] } ], "icons": { "128": "gsc-e.png" }, "manifest_version": 2 } |