EBSCOhost Passport ™

Quick access to full text wherever you are on the web!

EBSCOhost Passport ™란 무엇입니까?

EBSCOhost Passport ™은(는) EBSCO Information Services에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick access to full text wherever you are on the web!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

EBSCOhost Passport ™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With EBSCOhost Passport ™, going back and forth between your research on the web and the library website to check if you have access is a thing of the past! 

When you install the extension, EBSCOhost Passport ™, will ask you to search for your institution/library, pick it and then you’ll be on your way across the web, finding quick access to articles on the sites you visit most.  Look for the “E” icon, in-context on the page, or on the right-hand side to indicate access is available through your institution or freely available as Open Access.  We do the work of checking your access to articles (by DOI), with no setup needed by your institution.  You may be prompted to login to your institution upon clicking a link. 

EBSCOhost Passport requires Read and Change Permissions. The Read permissions are in order to scan the page for DOI's. The Change permissions are to add icons and links to the page in order to make it easier to find the content on available sources. EBSCOhost Passport does not add any additional trackers or modify the page in any way other than to add these icons and links. No personal user information or user-specific browsing history is collected or transmitted and EBSCO does not share data with 3rd parties.                    

확장 프로그램 기본 정보

이름 EBSCOhost Passport ™ EBSCOhost Passport ™
ID ogcopdaeipjphchggpacpamopkdehdgg
공식 URL https://chromewebstore.google.com/detail/ebscohost-passport/ogcopdaeipjphchggpacpamopkdehdgg
설명 Quick access to full text wherever you are on the web!
파일 크기 2.49 MB
설치 횟수 4,545
현재 버전 1.1.7
최근 업데이트 2024-01-25
출시 날짜 2022-09-16
평점 4.83/5 총 6 개의 평점
개발자 EBSCO Information Services
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.ebsco.com/
도움말 페이지 URL https://connect.ebsco.com/s/article/EBSCOhost-Passport-Browser-Extension
개인정보 보호 정책 페이지 URL https://more.ebsco.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.7",
    "short_name": "EBSCOhost Passport \u2122",
    "name": "EBSCOhost Passport \u2122",
    "description": "Quick access to full text wherever you are on the web!",
    "action": {
        "default_title": "EBSCOhost Passport \u2122",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "icons": {
        "16": "static\/icons\/E\/ebscohost-passport-icon-E-16.png",
        "32": "static\/icons\/E\/ebscohost-passport-icon-E-32.png",
        "48": "static\/icons\/E\/ebscohost-passport-icon-E-48.png",
        "64": "static\/icons\/E\/ebscohost-passport-icon-E-64.png",
        "128": "static\/icons\/E\/ebscohost-passport-icon-E-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "host_permissions": [
        ""
    ]
}