Lookup Company
One-click Crunchbase organization discovery from anywhere.
什麼是Lookup Company?
Lookup Company是由https://lookup.company開發的Chrome擴展程式,該擴展的主要功能是“One-click Crunchbase organization discovery from anywhere.”。
擴展截圖
下載Lookup Company擴展crx文件
下載Lookup Company擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Look up company data with one click. Add companies to your Crunchbase follows. Save time and precious tab space while prospecting for customers or investment opportunities or conducting market analysis. Entirely free. No accounts or personal information. Absolutely none of your usage data is logged or cached in any way by this extension.
擴展基本資訊
名稱 | Lookup Company |
ID | hbebgchhcjjdjkbcdhbocegpbflkbjdl |
官方網址 | https://chromewebstore.google.com/detail/lookup-company/hbebgchhcjjdjkbcdhbocegpbflkbjdl |
簡介 | One-click Crunchbase organization discovery from anywhere. |
檔案大小 | 585 KB |
安裝次數 | 38 |
目前版本 | 1.2.0 |
更新時間 | 2020-11-05 |
上架時間 | 2020-06-07 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://lookup.company |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://lookup.company |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.0", "manifest_version": 2, "name": "Lookup Company", "short_name": "Lookup Company", "description": "One-click Crunchbase organization discovery from anywhere.", "background": { "persistent": false, "scripts": [ ".\/scripts\/main.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.crunchbase.com; object-src 'self'", "icons": { "16": ".\/static\/img\/chrome-eye-icon--light-16.png", "48": ".\/static\/img\/chrome-eye-icon--light-48.png", "64": ".\/static\/img\/chrome-eye-icon--light-64.png", "128": ".\/static\/img\/chrome-eye-icon--light-128.png" }, "page_action": { "default_icon": { "16": ".\/static\/img\/chrome-eye-icon--light-16.png", "48": ".\/static\/img\/chrome-eye-icon--light-48.png", "64": ".\/static\/img\/chrome-eye-icon--light-64.png", "128": ".\/static\/img\/chrome-eye-icon--light-128.png" }, "default_popup": ".\/static\/popup.html" }, "permissions": [ "activeTab", "declarativeContent", "https:\/\/www.crunchbase.com\/" ] } |