Find on Crunchbase

Find on Crunchbase using context menu. Select a company name and click 'Find on Crunchbase'

Что такое Find on Crunchbase?

Find on Crunchbase - это расширение Chrome, разработанное https://ivarsmas.com, и его основная функция - "Find on Crunchbase using context menu. Select a company name and click 'Find on Crunchbase'".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Find on Crunchbase

Скачайте файлы расширений Find on Crunchbase в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Once installed you can browse and from any page search on Crunchbase using context menu. Selecting a company name and clicking on the option 'Find on Crunchbase' of contextual menu to open a new tab with the search results.

In some cases, you can see multiple results if this name of company is mentioned in a multiple organization profiles.

Please note that with the free Crunchbase plan you only can see the 5 first results of a search.                    

Основная информация о расширении

Название Find on Crunchbase Find on Crunchbase
ID jpmknenmadaaedlpkpboakopihcaiijf
Официальный URL https://chromewebstore.google.com/detail/find-on-crunchbase/jpmknenmadaaedlpkpboakopihcaiijf
Описание Find on Crunchbase using context menu. Select a company name and click 'Find on Crunchbase'
Размер файла 10.69 KB
Количество установок 197
Текущая Версия 0.0.2
Последнее Обновление 2021-08-18
Дата публикации 2021-08-16
Рейтинг 5.00/5 Всего 3 оценок
Разработчик https://ivarsmas.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Find on Crunchbase",
    "description": "Find on Crunchbase using context menu. Select a company name and click 'Find on Crunchbase'",
    "version": "0.0.2",
    "permissions": [
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/ico-16.png",
            "32": "images\/ico-32.png",
            "48": "images\/ico-48.png",
            "128": "images\/ico-128.png"
        },
        "default_title": "Find on Crunchbase"
    },
    "icons": {
        "16": "images\/ico-16.png",
        "32": "images\/ico-32.png",
        "48": "images\/ico-48.png",
        "128": "images\/ico-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}