SEO Keyword Volume TR
Eklenti seçili metnin aranma hacmini verir.
Wat is SEO Keyword Volume TR?
SEO Keyword Volume TR is een Chrome-extensie ontwikkeld door https://www.mertazizoglu.com, en de belangrijkste functie is "Eklenti seçili metnin aranma hacmini verir.".
Extensie Screenshots
Download het CRX-bestand van de extensie SEO Keyword Volume TR
Download SEO Keyword Volume TR-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
Eklenti, hızlıca sayfada merak edip seçtiğiniz bir metnin aranma hacmini size verir. * Kullanım: - Sayfada istediğiniz bir metne sağ tıklayıp "Aranma Hacmine Bak" basmanız yeterli.
Basisinformatie over de Extensie
Naam | SEO Keyword Volume TR |
ID | nchelpflblnkgnckekcekodapkilmdac |
Officiële URL | https://chromewebstore.google.com/detail/seo-keyword-volume-tr/nchelpflblnkgnckekcekodapkilmdac |
Beschrijving | Eklenti seçili metnin aranma hacmini verir. |
Bestandsgrootte | 20.78 KB |
Aantal Installaties | 197 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2021-08-17 |
Publicatiedatum | 2020-03-30 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://www.mertazizoglu.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.mertazizoglu.com/ |
Help Pagina-URL | https://www.mertazizoglu.com/#contact |
Ondersteunde Talen | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SEO Keyword Volume TR", "version": "1.2", "manifest_version": 2, "description": "Eklenti se\u00e7ili metnin aranma hacmini verir.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "defaul_site": "https:\/\/www.mertazizoglu.com" }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "contextMenus" ] } |