Explorer for Similarweb - More Insights
Fast. Free. Open Similarweb with just one click.
Что такое Explorer for Similarweb - More Insights?
Explorer for Similarweb - More Insights - это расширение Chrome, разработанное amzbase, и его основная функция - "Fast. Free. Open Similarweb with just one click.".
Снимки экрана расширения
Скачать файл CRX расширения Explorer for Similarweb - More Insights
Скачайте файлы расширений Explorer for Similarweb - More Insights в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Gain unrestricted access to Similarweb data for more insights without the need for registration. No account creation or sign-in required. Основная информация о расширении
| Название | |
| ID | gnbellfcojlbfpnidlcggimfffcgohdp |
| Официальный URL | https://chromewebstore.google.com/detail/explorer-for-similarweb-m/gnbellfcojlbfpnidlcggimfffcgohdp |
| Описание | Fast. Free. Open Similarweb with just one click. |
| Размер файла | 16.9 KB |
| Количество установок | 177 |
| Текущая Версия | 1.1 |
| Последнее Обновление | 2023-10-13 |
| Дата публикации | 2023-10-13 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | amzbase |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы политики конфиденциальности | https://website2pdf.extensionfox.com/privacy |
| Поддерживаемые языки | en |
| manifest.json | |
{
"name": "Explorer for Similarweb - More Insights",
"version": "1.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"description": "Fast. Free. Open Similarweb with just one click.",
"icons": {
"128": "icon_128.png",
"48": "icon_48.png"
},
"action": {
"default_title": "Open in Similarweb"
},
"permissions": [
"activeTab"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
} | |