Intelliscope by Scitodate

The microscope for sales people in science.

Intelliscope by Scitodate क्या है?

Intelliscope by Scitodate https://scitodate.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The microscope for sales people in science."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Intelliscope by Scitodate एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}