Upsales

Manage and organize your important e-mails with Upsales Gmail Sync. Avoid letting key correspondents fall through the cracks by…

O que é Upsales?

Upsales é uma extensão do Chrome desenvolvida por https://upsales.com, e sua principal característica é "Manage and organize your important e-mails with Upsales Gmail Sync. Avoid letting key correspondents fall through the cracks by…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Upsales

Baixe arquivos de extensão Upsales 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

                        Manage and organize your important e-mails with Upsales Gmail Sync. 

Avoid letting key correspondents fall through the cracks by leaving emails in your inbox. Share them with your team through Upsales! 

If the contact/company doesn't exist you can let the app create them in your Upsales account. 

Attached documents? Don't worry, we'll save them as well.                    

Informações Básicas da Extensão

Nome Upsales Upsales
ID dmamggdkgjfiddiedcoghmbdmjbfgcjd
URL Oficial https://chromewebstore.google.com/detail/upsales/dmamggdkgjfiddiedcoghmbdmjbfgcjd
Descrição Manage and organize your important e-mails with Upsales Gmail Sync. Avoid letting key correspondents fall through the cracks by…
Tamanho do Arquivo 335 KB
Contagem de Instalações 669
Versão Atual 1.7.7
Última Atualização 2024-02-01
Data de Publicação 2020-05-29
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://upsales.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.upsales.com/
URL da Página de Ajuda https://support.upsales.com/hc/en-us/articles/360025154613-Gmail-Mail
URL da Página de Política de Privacidade https://www.upsales.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Upsales",
    "version": "1.7.7",
    "description": "",
    "options_page": "src\/options\/options.html",
    "icons": {
        "16": "src\/icons\/iconBlue16.png",
        "48": "src\/icons\/iconBlue48.png",
        "128": "src\/icons\/iconBlue128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/fonts.googleapis.com\/* https:\/\/use.fontawesome.com\/*; object-src 'self'",
    "background": {
        "scripts": [
            "src\/lib\/js\/moment.min.js",
            "src\/lib\/js\/moment-timezone.js",
            "src\/lib\/js\/lodash.min.js",
            "src\/lib\/js\/axios.min.js",
            "src\/lib\/js\/jquery.min.js",
            "src\/lib\/js\/md5.min.js",
            "src\/background\/index.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "src\/lib\/css\/tagify.min.css",
                "src\/lib\/css\/content.css",
                "src\/lib\/css\/select2.min.css",
                "src\/lib\/css\/datetimepicker.min.css"
            ],
            "run_at": "document_end",
            "js": [
                "src\/lib\/js\/tagify.min.js",
                "src\/lib\/js\/moment.min.js",
                "src\/lib\/js\/moment-timezone.js",
                "src\/lib\/js\/pusher.min.js",
                "src\/lib\/js\/lodash.min.js",
                "src\/lib\/js\/axios.min.js",
                "src\/lib\/js\/inboxSDK.min.js",
                "src\/lib\/js\/jquery.min.js",
                "src\/lib\/js\/datetimepicker.min.js",
                "src\/lib\/js\/select2.min.js",
                "src\/lib\/js\/jquery.autocomplete.min.js",
                "src\/lib\/js\/floatingFormLabels.min.js",
                "src\/helpers\/index.js",
                "src\/views\/index.js",
                "src\/content\/index.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/integration.upsales.com\/*",
        "https:\/\/5ym60lx602.execute-api.eu-central-1.amazonaws.com\/master\/*",
        "https:\/\/www.googleapis.com\/gmail\/*",
        "storage",
        "identity",
        "identity.email"
    ],
    "web_accessible_resources": [
        "src\/lib\/css\/*",
        "src\/lib\/js\/*",
        "src\/icons\/*"
    ],
    "browser_action": {
        "default_icon": "src\/icons\/iconBlue48.png",
        "default_popup": "src\/options\/options.html"
    },
    "author": "Konstantin Kuksin ",
    "oauth2": {
        "client_id": "2691531424-2tf8n3rjoiau50k6o9j79av72lk6ahi9.apps.googleusercontent.com",
        "scopes": [
            "profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyx251CfY91bdFOmBGj95SwHfLiBJqF9u5JoKKDpIQmyFSlixQoNpnEw1v8hl\/l89x3Ypu8C7mpb+aTioC+abNEjYDPuzckgAPjjMWEY9nasS1blKQEqB2rdFNxPbh051nYLuGThMCTyI5Qzg2WO46VqSEiAaX+6moGbk1qc+prAbq83BBxmaSt\/5iOlvlVd7RqN58PLscU4Gpy+ivJiqr3esTlAhYib0P8BzpJAtAx6lKdgI84kf98AlSDy6PH5Ir1H7Z3EEQ7aq4DQWuBl7h4oDh5qD7s0HsFedCqojSWtpvmHxbONf+60goIsG1u0GzAPZ9SCfl8Z5z4l4UfnCrwIDAQAB"
}