AB Tasty
The latest AB Tasty extension for Google Chrome.
Hvad er AB Tasty?
AB Tasty er en Chrome-udvidelse udviklet af https://www.abtasty.com, og dens hovedfunktion er "The latest AB Tasty extension for Google Chrome.".
Udvidelsesskærmbilleder
Download AB Tasty-udvidelses-CRX-fil
Download AB Tasty-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
AB Tasty is an all-in-one optimization platform. Our Chrome extension allows you to easily create and manage your tests, personalizations and user engagement campaigns straight from your browser. You can also gain quick access to some utilities that help you ease the process of setting up your campaigns, such as updating the AB Tasty script, deleting cookies, spotting live campaigns on specific pages...
Grundlæggende oplysninger om udvidelsen
Navn | AB Tasty |
ID | bdiahcebghgckgbgmjhdbecjkedpcidn |
Officiel URL | https://chromewebstore.google.com/detail/ab-tasty/bdiahcebghgckgbgmjhdbecjkedpcidn |
Beskrivelse | The latest AB Tasty extension for Google Chrome. |
Filstørrelse | 5.21 MB |
Antal Installationer | 5,176 |
Nuværende Version | 2.12.5 |
Senest Opdateret | 2023-10-13 |
Udgivelsesdato | 2020-02-23 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://www.abtasty.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.abtasty.com |
Hjælpeside-URL | https://support.abtasty.com/hc/en-us/articles/200238557-The-AB-Tasty-Chrome-Add-on |
URL til Fortrolighedspolitik Side | https://www.abtasty.com/privacy-policy |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "2.12.5", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/favicon\/[email protected]", "48": "images\/favicon\/[email protected]", "128": "images\/favicon\/[email protected]" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "cookies", "storage", "background" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript\/contentscript.js", "scripts\/contentscript\/javascriptxcollector.js" ], "run_at": "document_start" } ], "externally_connectable": { "matches": [ "*:\/\/*.abtasty.com\/*" ] }, "omnibox": { "keyword": "OMNIBOX-KEYWORD" }, "browser_action": { "default_icon": { "19": "images\/favicon\/[email protected]", "38": "images\/favicon\/[email protected]" }, "default_title": "AB Tasty", "default_popup": "popup.html" }, "web_accessible_resources": [ "images\/favicon\/[email protected]" ], "incognito": "split" } |