Trilliant - Product Reviews with Pictures

Product Reviews For Anything On the Web Trilliant lets you view and upload product reviews while you browse online stores. See…

Trilliant - Product Reviews with Pictures란 무엇입니까?

Trilliant - Product Reviews with Pictures은(는) trilliantapp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Product Reviews For Anything On the Web Trilliant lets you view and upload product reviews while you browse online stores. See…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Trilliant - Product Reviews with Pictures 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Product Reviews For Anything On the Web

Trilliant lets you view and upload product reviews while you browse online stores. See pictures from other shoppers so that you never have to be disappointed when your order arrives. Right now, Trilliant is in Beta. To help us improve the website and chrome extension, please leave us your feedback here: http://bit.ly/TrilliantFeedbackForm Thanks!

By installing this extension, you agree to our Privacy Policy at https://www.shoptrilliant.com/privacy.                    

확장 프로그램 기본 정보

이름 Trilliant - Product Reviews with Pictures Trilliant - Product Reviews with Pictures
ID kmlccnfningikbpkanojlhoafkogcple
공식 URL https://chromewebstore.google.com/detail/trilliant-product-reviews/kmlccnfningikbpkanojlhoafkogcple
설명 Product Reviews For Anything On the Web Trilliant lets you view and upload product reviews while you browse online stores. See…
파일 크기 1.43 MB
설치 횟수 26
현재 버전 1.0.17 pre-release
최근 업데이트 2019-11-13
출시 날짜 2019-11-12
평점 5.00/5 총 14 개의 평점
개발자 trilliantapp
결제 유형 free
확장 프로그램 웹 사이트 https://www.shoptrilliant.com/privacy
개인정보 보호 정책 페이지 URL https://www.shoptrilliant.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Trilliant App",
    "name": "Trilliant - Product Reviews with Pictures",
    "version": "1.0.17",
    "version_name": "1.0.17 pre-release",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "favicon.png",
        "default_title": "Trilliant"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/static\/css\/trilliant.css"
            ],
            "js": [
                "\/static\/js\/main.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        "\/static\/fonts\/AvenirNext-Bold.ttf",
        "\/static\/fonts\/AvenirNext-DemiBold.ttf",
        "\/static\/fonts\/AvenirNext-Medium.ttf",
        "\/static\/fonts\/AvenirNext-Regular.ttf",
        "\/static\/css\/content.css",
        "\/static\/css\/app.css",
        "\/index.html",
        "\/static\/media\/slick.eot",
        "\/static\/media\/slick.svg",
        "\/static\/media\/slick.ttf",
        "\/static\/media\/slick.woff"
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}