Find on Crunchbase
Find on Crunchbase using context menu. Select a company name and click 'Find on Crunchbase'
Vad är Find on Crunchbase?
Find on Crunchbase är en Chrome-tillägg utvecklad av https://ivarsmas.com, och dess huvudfunktion är "Find on Crunchbase using context menu. Select a company name and click 'Find on Crunchbase'".
Tilläggsskärmbilder
Ladda ner Find on Crunchbase-förlängningens CRX-fil
Ladda ner Find on Crunchbase-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | jpmknenmadaaedlpkpboakopihcaiijf | 
| Officiell webbadress | https://chromewebstore.google.com/detail/find-on-crunchbase/jpmknenmadaaedlpkpboakopihcaiijf | 
| Beskrivning | Find on Crunchbase using context menu. Select a company name and click 'Find on Crunchbase' | 
| Filstorlek | 10.69 KB | 
| Antal Installationer | 197 | 
| Aktuell Version | 0.0.2 | 
| Senast Uppdaterad | 2021-08-18 | 
| Publiceringsdatum | 2021-08-16 | 
| Betyg | 5.00/5 Totalt 3 Betyg | 
| Utvecklare | https://ivarsmas.com | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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
}  |  |