nimdone

PubMed assistant for nimdone web application

nimdone란 무엇입니까?

nimdone은(는) nimdone Inc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PubMed assistant for nimdone web application"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

nimdone 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}