PrintMe Mobile

Print from Chrome

O que é PrintMe Mobile?

PrintMe Mobile é uma extensão do Chrome desenvolvida por EFI, e sua principal característica é "Print from Chrome".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão PrintMe Mobile

Baixe arquivos de extensão PrintMe Mobile no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        {Note: Installation of PrintMe Mobile server software is required.}

This extension installs a button on your toolbar to allow you easy printing of Google Drive files.

If you have a PrintMe Mobile server, add this extension on every Chromebook or computers with a Chrome browser. 

1.	Click to print any Google document, image, or text file. Also print Microsoft Office documents and web pages. Acceptable files to print are highlighted.
2.	Select the printer. Choose number of copies or two-sided printing, if desired.
3.	The status of print job is displayed on the toolbar icon as green (ready to print), yellow (low toner, or other warnings), or red (out of paper, or other warnings).

Google Cloud Print configuration is not required. It’s that simple!                    

Informações Básicas da Extensão

Nome PrintMe Mobile PrintMe Mobile
ID ggninmkjdnfgbfneohknfniiliepafbh
URL Oficial https://chrome.google.com/webstore/detail/printme-mobile/ggninmkjdnfgbfneohknfniiliepafbh
Descrição Print from Chrome
Tamanho do Arquivo 355 KB
Contagem de Instalações 1,000
Versão Atual 1.0.2
Última Atualização 2015-12-12
Data de Publicação 2015-12-12
Classificação 3.08/5 Total de 12 Avaliações
Desenvolvedor EFI
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PrintMe Mobile",
    "version": "1.0.2",
    "description": "Print from Chrome",
    "options_page": "options.html",
    "icons": {
        "128": "images\/logo.gif"
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/parseuri.js",
            "js\/ipp.js",
            "js\/jsbn.js",
            "js\/prng4.js",
            "js\/rng.js",
            "js\/rsa.js",
            "js\/aes.js",
            "js\/lib-typedarrays.js",
            "js\/crypt.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com\/; object-src 'self'",
    "browser_action": {
        "default_icon": "images\/logo.gif",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ]
}