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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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": [
                ""
            ]
        }
    ]
}