Fresc - Website screenshots sharing extension

Fresc, the Chrome extension

O que é Fresc - Website screenshots sharing extension?

Fresc - Website screenshots sharing extension é uma extensão do Chrome desenvolvida por Fresc dev core team, e sua principal característica é "Fresc, the Chrome extension".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Fresc - Website screenshots sharing extension

Baixe arquivos de extensão Fresc - Website screenshots sharing extension 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

                        You are working with Adobe softwares such as Photoshop, InDesign or Illustrator ? 
You would like to focus on creations more than making redundant useless actions such as exporting your stuff, attaching big files to emails? 

We know it and we just brought you the most amazing features for Fresc. 

As a smart images and feedback sharing service for professionals, Fresc is a great leap forward in design and images creation project management. In a unique, intuitive and secure place, share images, give and get feedback in real time. Freelancers, marketing teams or major communication agencies, Fresc is the next generation tool for any organization producing graphic content.

With this powerful extension, you can now export and send your creations from Adobe photoshop, InDesign and Illustrator to an existing or new project ... In a couple of clicks, without leaving your favorite creation tool just by using Fresc Adobe creative suite plugin.                    

Informações Básicas da Extensão

Nome Fresc - Website screenshots sharing extension Fresc - Website screenshots sharing extension
ID pciimepggbbcaockfjpoblhjdncaefln
URL Oficial https://chromewebstore.google.com/detail/fresc-website-screenshots/pciimepggbbcaockfjpoblhjdncaefln
Descrição Fresc, the Chrome extension
Tamanho do Arquivo 52.93 KB
Contagem de Instalações 93
Versão Atual 0.11.4
Última Atualização 2012-10-15
Data de Publicação 2012-10-15
Classificação 4.43/5 Total de 7 Avaliações
Desenvolvedor Fresc dev core team
Tipo de Pagamento free
Site da Extensão http://fre.sc/extra
URL da Página de Ajuda http://fre.sc/faq
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fresc - Website screenshots sharing extension",
    "version": "0.11.4",
    "manifest_version": 2,
    "description": "Fresc, the Chrome extension",
    "icons": {
        "30": "images\/fresc-logo.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "options_page": "fresc.options.html",
    "browser_action": {
        "default_icon": "images\/fresc-logo.png",
        "default_title": "Fresc",
        "default_popup": "fresc.popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "javascripts\/background\/fresc.bg.webshot.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}