EBSCOhost Passport ™

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

Qu'est-ce que EBSCOhost Passport ™ ?

EBSCOhost Passport ™ est une extension Chrome développée par EBSCO Information Services, et sa fonction principale est "Quick access to full text wherever you are on the web!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension EBSCOhost Passport ™

Téléchargez les fichiers d'extension EBSCOhost Passport ™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom EBSCOhost Passport ™ EBSCOhost Passport ™
ID ogcopdaeipjphchggpacpamopkdehdgg
URL Officiel https://chromewebstore.google.com/detail/ebscohost-passport/ogcopdaeipjphchggpacpamopkdehdgg
Description Quick access to full text wherever you are on the web!
Taille du Fichier 2.49 MB
Nombre d'Installations 4,545
Version Actuelle 1.1.7
Dernière Mise à Jour 2024-01-25
Date de Publication 2022-09-16
Évaluation 4.83/5 Total 6 Évaluations
Développeur EBSCO Information Services
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.ebsco.com/
URL de la Page d'Aide https://connect.ebsco.com/s/article/EBSCOhost-Passport-Browser-Extension
URL de la Page de Politique de Confidentialité https://more.ebsco.com/privacy-policy
Langues Prises en Charge 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": [
        ""
    ]
}