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文件

下载EBSCOhost Passport ™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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