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…

What is Trilliant - Product Reviews with Pictures?

Trilliant - Product Reviews with Pictures is a Chrome extension developed by trilliantapp, and its main feature is "Product Reviews For Anything On the Web Trilliant lets you view and upload product reviews while you browse online stores. See…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Trilliant - Product Reviews with Pictures Extension CRX File

Download Trilliant - Product Reviews with Pictures 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

                        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.                    

Extension Basic Information

Name Trilliant - Product Reviews with Pictures Trilliant - Product Reviews with Pictures
ID kmlccnfningikbpkanojlhoafkogcple
Official URL https://chromewebstore.google.com/detail/trilliant-product-reviews/kmlccnfningikbpkanojlhoafkogcple
Description Product Reviews For Anything On the Web Trilliant lets you view and upload product reviews while you browse online stores. See…
File Size 1.43 MB
Installation Count 26
Current Version 1.0.17 pre-release
Last Updated 2019-11-13
Publish Date 2019-11-12
Rating 5.00/5 Total 14 Ratings
Developer trilliantapp
Payment Type free
Extension Website https://www.shoptrilliant.com/privacy
Privacy Policy Page URL https://www.shoptrilliant.com/privacy
Supported Languages 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'"
}