withub-spotlight-extension
Use WitHub Search from your browser's homepage
Что такое withub-spotlight-extension?
withub-spotlight-extension - это расширение Chrome, разработанное https://getwithub.com, и его основная функция - "Use WitHub Search from your browser's homepage".
Снимки экрана расширения
Скачать файл CRX расширения withub-spotlight-extension
Скачайте файлы расширений withub-spotlight-extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Remember the last time you had to find that one important piece of information that you thought you had seen somewhere, but were left helplessly searching through all your apps one by one. WitHub is context rich search that finds what you need across all your company’s apps from one minimal search bar — tucked neatly into your existing workflow.
Основная информация о расширении
Название | withub-spotlight-extension |
ID | cikbpecmkdjjkjbkcijfcffecfnkkhbh |
Официальный URL | https://chromewebstore.google.com/detail/withub-spotlight-extensio/cikbpecmkdjjkjbkcijfcffecfnkkhbh |
Описание | Use WitHub Search from your browser's homepage |
Размер файла | 110 KB |
Количество установок | 18 |
Текущая Версия | 6.0.3 |
Последнее Обновление | 2022-11-30 |
Дата публикации | 2021-04-14 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | https://getwithub.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.getwithub.com |
URL страницы помощи | https://withub-hq.notion.site/WitHub-Browser-Extension-86a5990f59804eaead13b6fa975d5c2b |
URL страницы политики конфиденциальности | https://www.privacypolicygenerator.info/live.php?token=nnoIpRMMIk7lciwpnQ44rf9LIzPXqRyq |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "withub-spotlight-extension", "version": "6.0.3", "description": "Use WitHub Search from your browser's homepage", "background": { "service_worker": "src\/pages\/background\/index.js" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "chrome_url_overrides": { "newtab": "src\/pages\/newtab\/index.html" }, "icons": { "128": "icon-128.png" }, "permissions": [ "topSites" ], "devtools_page": "src\/pages\/devtools\/index.html", "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |