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ファイルをダウンロード

Trilliant - Product Reviews with Pictures拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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'"
}