Flaunt

Flaunt

Flaunt란 무엇입니까?

Flaunt은(는) https://flauntreport.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Flaunt"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Flaunt 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Stunningly simple screenshot reporting that your clients will love. Keep your team happy and your clients retained with Flaunt - the reporting system for agencies! 

Simply take screenshots throughout the month, add a comment and some tags, and give your work a rating on the Awesomeness Meter™, then simply produce a stunning report for your clients with one click at the end of the month. Save time, save effort, and impress your clients - what's not to love!

No more Powerpoint or more Word reports (*shudder*) - give your clients professional, interactive web-based reports that they can easily share. No more emailing huge files around or feeling embarrassed with the quality of your reports. With Flaunt, reporting becomes painless and fast, and it makes you look great.                    

확장 프로그램 기본 정보

이름 Flaunt Flaunt
ID ojaijlgidecgnahjcdcfgfpifajfdemg
공식 URL https://chromewebstore.google.com/detail/flaunt/ojaijlgidecgnahjcdcfgfpifajfdemg
설명 Flaunt
파일 크기 83.92 KB
설치 횟수 248
현재 버전 1.4
최근 업데이트 2017-05-19
출시 날짜 2017-05-19
평점 4.92/5 총 13 개의 평점
개발자 https://flauntreport.com
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flaunt",
    "short_name": "Flaunt",
    "description": "Flaunt",
    "version": "1.4",
    "background": {
        "scripts": [
            "lib\/jquery-3.1.1.min.js",
            "js\/common.js",
            "config.js",
            "js\/controller.js",
            "js\/screen-grab.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Flaunt",
        "default_popup": "popup.html",
        "default_icon": "img\/icon-disabled-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/inject.css"
            ],
            "js": [
                "lib\/jquery-3.1.1.min.js",
                "js\/common.js",
                "js\/ui.js",
                "js\/frame-controller.js",
                "config.js",
                "js\/content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon-16x16.png",
        "48": "img\/icon-48x48.png",
        "128": "img\/icon-128x128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "storage"
    ],
    "offline_enabled": false,
    "web_accessible_resources": [
        "ext\/*.*"
    ],
    "content_security_policy": "script-src 'self' http:\/\/localhost:3001 https:\/\/flauntreport.com; object-src 'self'; style-src 'self' https:\/\/flauntreport.com https:\/\/maxcdn.bootstrapcdn.com http:\/\/localhost:3001 https:\/\/fonts.googleapis.com "
}