nimdone

PubMed assistant for nimdone web application

nimdone क्या है?

nimdone nimdone Inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "PubMed assistant for nimdone web application"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में nimdone एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Fast way to organize your library and an even faster way to make PowerPoint presentations.

1-click access to PDF on PubMed allows you quick access and an easy way to save and organize papers into a library. When you finish the selection of papers,  nimdone will be your virtual assistant as you start making the powerpoint presentation. Open the PDF in our ‘ reader view’, highlight the text/image you wish to be on the slide and nimdone will autoimport the content with associated citation onto a slide outline. 
When the outline is ready, click on the various layouts to see the outline transformed into a sleek presentation. No more formatting and reformatting hassles, no more copying pasting citations.

It really is that simple! 

In case you have any questions email us at [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम nimdone nimdone
ID cnhjemplokjcfmedeffljeljjgkdbihl
आधिकारिक URL https://chromewebstore.google.com/detail/nimdone/cnhjemplokjcfmedeffljeljjgkdbihl
विवरण PubMed assistant for nimdone web application
फ़ाइल का आकार 2.07 MB
स्थापना संख्या 47
वर्तमान संस्करण 0.0.0.14
अंतिम अपडेट 2022-12-02
प्रकाशन तिथि 2021-11-11
डेवलपर nimdone Inc
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.nimdone.com
गोपनीयता नीति पृष्ठ URL https://www.nimdone.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "nimdone",
    "version": "0.0.0.14",
    "version_number": "35a4596712ebf4db628ee5e60301166ccf7f7a8f",
    "description": "PubMed assistant for nimdone web application",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "*:\/\/pubmed.ncbi.nlm.nih.gov\/*"
    ],
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "static\/js\/contentPubMed.js"
            ],
            "matches": [
                "*:\/\/pubmed.ncbi.nlm.nih.gov\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "bootstrap.min.css",
        "images\/*",
        "styles.css"
    ],
    "icons": {
        "128": "beta_logo.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "beta_logo.png"
        },
        "default_title": "nimdone",
        "default_popup": "popup.html"
    }
}