Intelliscope by Scitodate

The microscope for sales people in science.

什麼是Intelliscope by Scitodate?

Intelliscope by Scitodate是由https://scitodate.com開發的Chrome擴展程式,該擴展的主要功能是“The microscope for sales people in science.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Intelliscope by Scitodate擴展crx文件

下載Intelliscope by Scitodate擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Intelliscope is an extension designed for salespeople in the science industry. 

With AI-enhanced tools for relationship-building, Intelliscope empowers users to connect more effectively with scientists and their collaborators. 

By providing easy access to valuable insights, this tool revolutionizes the way sales professionals in the science industry research, connect, and collaborate.

Intelliscope streamlines the process of understanding potential clients and identifying viable leads. It delivers information on scientific prospects, papers, grants, and their collaborators. Use this information to generate tailored messages mentioning in-depth knowledge about their work. 

🪄 Intelliscope automatically finds research profiles on LinkedIn, ResearchGate, Google Scholar, and Salesforce.

With it, you can now:
⏱️ Qualify leads in 30 seconds
✅ See if the scientist uses your or a competitor's product
📈 Explore collaborators to find new leads
🤖 Generate sales messages with our AI tools

The scientist profiles include the following information:
📝 Publication history
💰 Available grant budgets and funding history
✉️ Up-to-date email address
👥 Collaborations
🔎 Used products extracted from publications

Experience a new level of sales efficiency and intelligence with Intelliscope, your ultimate partner in the science industry.                    

擴展基本資訊

名稱 Intelliscope by Scitodate Intelliscope by Scitodate
ID hhfdbmnfcpeapfdfpgomfhppnkeannhl
官方網址 https://chromewebstore.google.com/detail/intelliscope-by-scitodate/hhfdbmnfcpeapfdfpgomfhppnkeannhl
簡介 The microscope for sales people in science.
檔案大小 2.17 MB
安裝次數 169
目前版本 4.0.3
更新時間 2024-02-16
上架時間 2020-09-07
評分 5.00/5 共 2 次評分
開發者 https://scitodate.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://scitodate.com/
說明頁面URL https://scitodate.com/contactus
隱私政策頁面URL https://scitodate.com/gdpr
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Intelliscope by Scitodate",
    "short_name": "Intelliscope",
    "author": "Scitodate",
    "version": "4.0.3",
    "description": "The microscope for sales people in science.",
    "icons": {
        "16": "img\/logo16.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_origin_as_fallback": true,
            "js": [
                "js\/content.js",
                "js\/chip.js"
            ],
            "css": [
                "css\/chip.css"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        ""
    ],
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "identity",
        "scripting"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/payments.scitodate.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/logo48.png",
                "index.html",
                "index.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}