Fresc - Website screenshots sharing extension

Fresc, the Chrome extension

What is Fresc - Website screenshots sharing extension?

Fresc - Website screenshots sharing extension is a Chrome extension developed by Fresc dev core team, and its main feature is "Fresc, the Chrome extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download Fresc - Website screenshots sharing extension Extension CRX File

Download Fresc - Website screenshots sharing extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Fresc - Website screenshots sharing extension Fresc - Website screenshots sharing extension
ID pciimepggbbcaockfjpoblhjdncaefln
Official URL https://chromewebstore.google.com/detail/fresc-website-screenshots/pciimepggbbcaockfjpoblhjdncaefln
Description Fresc, the Chrome extension
File Size 52.93 KB
Installation Count 93
Current Version 0.11.4
Last Updated 2012-10-15
Publish Date 2012-10-15
Rating 4.43/5 Total 7 Ratings
Developer Fresc dev core team
Payment Type free
Extension Website http://fre.sc/extra
Help Page URL http://fre.sc/faq
Supported Languages 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": [
                ""
            ]
        }
    ]
}