Hypertune
Hypertune lets you rapidly test thousands of website variations to discover hidden winners.
Hypertune क्या है?
Hypertune http://hypertune.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hypertune lets you rapidly test thousands of website variations to discover hidden winners."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hypertune एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | iallmhejjmkidkhipdmnabopimiapold |
आधिकारिक URL | 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" } |