SEO Extractor
Tools to extract and analyze SEO data
Что такое SEO Extractor?
SEO Extractor - это расширение Chrome, разработанное SEO Extractor, и его основная функция - "Tools to extract and analyze SEO data".
Снимки экрана расширения
Скачать файл CRX расширения SEO Extractor
Скачайте файлы расширений SEO Extractor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Update: This extension has not been updated lately.
Grab SEO data quickly, right on your browser with the SEO Extractor.
Including extractors like:
* Extracto SERP data like organic results or PAA
* Extract headings, links, image URLS, etc.
* Grab Wikipedia common terms
* Grab common terms from any page
* Much more Основная информация о расширении
| Название | |
| ID | lmdnefllhiljfomcenmaojglalglejfo |
| Официальный URL | https://chromewebstore.google.com/detail/seo-extractor/lmdnefllhiljfomcenmaojglalglejfo |
| Описание | Tools to extract and analyze SEO data |
| Размер файла | 1.55 MB |
| Количество установок | 2,642 |
| Текущая Версия | 2.8.3 |
| Последнее Обновление | 2022-07-16 |
| Дата публикации | 2021-04-13 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | SEO Extractor |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SEO Extractor",
"description": "Tools to extract and analyze SEO data",
"version": "2.8.3",
"manifest_version": 3,
"icons": {
"48": "public\/icon-main-48.png",
"128": "public\/icon-main-128.png"
},
"permissions": [
"activeTab",
"storage",
"tabs",
"contextMenus",
"scripting"
],
"oauth2": {
"client_id": "140169318488-846k7dilkvqmo4ks4mlc9hootbb2kuk5.apps.googleusercontent.com",
"scopes": [
""
]
},
"background": {
"service_worker": "static\/js\/background.js",
"type": "module"
},
"action": {
"default_title": "SEO Extractor",
"default_icon": "public\/icon-main-48.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"resources": [],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"content_security_policy": {
"extension_page": "script-src: self; object-src: self; worker-src: self;"
},
"content_scripts": [
{
"js": [
"static\/js\/content.js"
],
"css": [
"content.css"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"host_permissions": [
"*:\/\/*\/*"
]
} | |