GlobalLink Snapshot
GlobalLink Snapshot for Web Pages
Cos'è GlobalLink Snapshot?
GlobalLink Snapshot è un'estensione di Chrome sviluppata da TransPerfect, e la sua funzione principale è "GlobalLink Snapshot for Web Pages".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GlobalLink Snapshot
Scarica i file di estensione GlobalLink Snapshot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
For GlobalLink Users with OneLink accounts. Login with your User Key from your OneLink account. Take snapshots of your web pages that are part of your OneLink Project origin.
Informazioni di Base sull'Estensione
Nome | |
ID | lhmjhaaccihmkogdabeldmipjhecldlm |
URL Ufficiale | https://chrome.google.com/webstore/detail/globallink-snapshot/lhmjhaaccihmkogdabeldmipjhecldlm |
Descrizione | GlobalLink Snapshot for Web Pages |
Dimensione del File | 75.26 KB |
Conteggio Installazioni | 25 |
Versione Corrente | 2.3.10 |
Ultimo Aggiornamento | 2021-03-29 |
Data di Pubblicazione | 2020-03-17 |
Sviluppatore | TransPerfect |
[email protected] | |
URL della Pagina della Politica sulla Privacy | https://www.transperfect.com/about/data-privacy-client-tech-user |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GlobalLink Snapshot", "version": "2.3.10", "description": "GlobalLink Snapshot for Web Pages", "permissions": [ "activeTab", "storage" ], "options_page": "options.html", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "externally_connectable": { "matches": [ "http:\/\/dev.onelink-preview.com\/*", "https:\/\/dev.onelink-preview.com\/*", "http:\/\/api.onelink-preview.com\/*", "https:\/\/api.onelink-preview.com\/*", "http:\/\/rc.onelink-translations.com\/*", "https:\/\/rc.onelink-translations.com\/*", "http:\/\/api.onelink-translations.com\/*", "https:\/\/api.onelink-translations.com\/*", "http:\/\/localhost\/*", "https:\/\/localhost\/*" ] }, "content_scripts": [ { "run_at": "document_start", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/glss.min.js" ] } ], "browser_action": { "default_title": "GlobalLink Snapshot", "default_popup": "main.html", "default_icon": "images\/GLSS-fav.png" }, "icons": { "48": "images\/GLSS-48.png", "128": "images\/GLSS-128.png" }, "manifest_version": 2 } |