Conversion.com's Optimizely Chrome Extension
This extension allows you to learn information about Optimizely on a given page
Wat is Conversion.com's Optimizely Chrome Extension?
Conversion.com's Optimizely Chrome Extension is een Chrome-extensie ontwikkeld door https://conversion.com, en de belangrijkste functie is "This extension allows you to learn information about Optimizely on a given page".
Extensie Screenshots
Download het CRX-bestand van de extensie Conversion.com's Optimizely Chrome Extension
Download Conversion.com's Optimizely Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
- Displays if Optimizely is running on the page
- See what active experiments are on the page
- Turn on/off QA mode
- View Optimizely events
- Ability to change the variation you are on in an experiment
- Copy the experiment URL to clipboard (including the variation that you have selected)
- QR Code for the experiment URL (including the variation that you have selected)
- Open all the variations of a certain experiment in different tabs
- Directly access the Results and Editor page of an experiment
- See the current Optimizely Revision ID
- Get accounts saved status
- Works with Optimizely Classic & Optimizely X
- Realtime in-browser notifications for Optimizely events Basisinformatie over de Extensie
| Naam | |
| ID | ejklmdggogcbjpehmmjnebehjafnkiaj |
| Officiële URL | https://chromewebstore.google.com/detail/conversioncoms-optimizely/ejklmdggogcbjpehmmjnebehjafnkiaj |
| Beschrijving | This extension allows you to learn information about Optimizely on a given page |
| Bestandsgrootte | 1.1 MB |
| Aantal Installaties | 3,441 |
| Huidige Versie | 1.3550 |
| Laatst Bijgewerkt | 2024-03-01 |
| Publicatiedatum | 2019-09-19 |
| Beoordeling | 4.40/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | https://conversion.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://conversion.com/optimizely-chrome-extension/ |
| Help Pagina-URL | https://conversion.com/downloads/chrome-extension-guide.pdf |
| URL van de Privacybeleid Pagina | https://conversion.com/privacy |
| Ondersteunde Talen | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Conversion.com's Optimizely Chrome Extension",
"description": "This extension allows you to learn information about Optimizely on a given page",
"version": "1.3550",
"author": "James Marchant & Nuno Bento & Natalia Magda",
"homepage_url": "http:\/\/conversion.com\/?utm_source=chrome%20extension&utm_medium=chrome%20extension&utm_campaign=chrome%20extension%20clicks",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"browser_action": {
"default_icon": "128.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/content.js",
"js\/jquery-2.1.3.min.js",
"js\/jquery.qrcode-0.12.0.min.js"
],
"css": [
"css\/content.css"
],
"run_at": "document_start"
}
],
"background": {
"scripts": [
"js\/background.js"
]
},
"web_accessible_resources": [
"js\/functions.js",
"css\/content.css",
"fonts\/*.*",
"options.html",
"images\/logo.png"
],
"permissions": [
"tabs",
"cookies",
"http:\/\/*\/",
"https:\/\/*\/",
"clipboardWrite",
"storage"
],
"content_security_policy": "script-src 'self' https:\/\/docs.google.com https:\/\/ssl.google-analytics.com; object-src 'self'",
"options_page": "options.html"
} | |