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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Trilliant - Product Reviews with Pictures एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}