Hypertune

Hypertune lets you rapidly test thousands of website variations to discover hidden winners.

什麼是Hypertune?

Hypertune是由http://hypertune.ai開發的Chrome擴展程式,該擴展的主要功能是“Hypertune lets you rapidly test thousands of website variations to discover hidden winners.”。

擴展截圖

下載Hypertune擴展crx文件

下載Hypertune擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Don’t waste time on A/B tests. Let AI quickly and automatically discover the winning variations you’d miss with manual testing.

This extension lets you quickly implement your ideas, preview your changes directly in the browser and monitor your results.

Learn more at https://www.hypertune.ai                    

擴展基本資訊

名稱 Hypertune Hypertune
ID iallmhejjmkidkhipdmnabopimiapold
官方網址 https://chrome.google.com/webstore/detail/hypertune/iallmhejjmkidkhipdmnabopimiapold
簡介 Hypertune lets you rapidly test thousands of website variations to discover hidden winners.
檔案大小 1.77 MB
安裝次數 141
目前版本 9.0
更新時間 2020-12-08
上架時間 2020-06-28
評分 5.00/5 共 3 次評分
開發者 http://hypertune.ai
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.hypertune.ai/
隱私政策頁面URL https://www.hypertune.ai/privacy
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hypertune",
    "version": "9.0",
    "description": "Hypertune lets you rapidly test thousands of website variations to discover hidden winners.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "devtools_page": "devtools.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/app.hypertune.ai https:\/\/localhost:5003 https:\/\/js.stripe.com https:\/\/apis.google.com https:\/\/client.crisp.chat https:\/\/edge.fullstory.com https:\/\/rs.fullstory.com; object-src 'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgZEr\/YxSGTxbv2eYEXdmmjhJeEwClDX9vIwY70ZZEZkkFhuaUEE9vSAdOGQRcPos+Rbm7egmTcVZpHdmNqMzfmfkTxUWp9CcI6nUFEZ6fPNC3HLO03IYXu07eeRqW5RewWjCDYkVcUcnZq3tlvCU1yXGu74pIfkwooAGy7DrRvcLynUkrLx76oksNJFoxyimlA0NS8iURFXcLcZWA17FDEHEQ1l3NyHW\/e0paM0FS8Lowjv3Zy3tH\/wo\/VdnYUQPEIWNGnA9makDDVD5Nmb\/31THNmb1CTfh7bz3EtBIQegKxzrhu12aBVKCSBjE9sw1UHUgwxv3RT8n2K\/v4nSiZwIDAQAB"
}