Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Tailor AI: Personalize Landing Pages Instantly",
"description": "AI for marketers to build, personalize, and localize high-performing landing pages in minutes.",
"version": "1.8.12",
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Tailor AI: Personalize Landing Pages Instantly"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "icon_default.png",
"48": "icon_default.png",
"128": "icon_default.png"
},
"web_accessible_resources": [
{
"resources": [
"home.html",
"cachedAds.html",
"sidebar.html",
"mediaBrowser.html",
"mediaEditor.html",
"mediaPicker.html",
"textSelector.html",
"icon_tailor.svg",
"icon_default.png",
"icon_inactive.png",
"icon_swap.svg",
"icon_remove.svg",
"icon_image_edit.svg",
"icon_video_edit.svg"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"identity",
"storage",
"activeTab",
"scripting",
"tabs",
"clipboardWrite"
],
"optional_permissions": [
"cookies"
],
"host_permissions": [
"https:\/\/accounts.google.com\/*",
"https:\/\/www.googleapis.com\/*",
"https:\/\/*.tailorhq.ai\/*",
"wss:\/\/*.tailorhq.ai\/*",
"https:\/\/*.ingest.sentry.io\/*",
"<all_urls>"
],
"externally_connectable": {
"ids": [
"*"
],
"matches": [
"https:\/\/*.tailorhq.ai\/*"
]
},
"oauth2": {
"client_id": "313846408202-kf4s21g3ch0c8c1e6jcjdngdoeln1hhp.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile",
"https:\/\/www.googleapis.com\/auth\/drive.readonly",
"https:\/\/www.googleapis.com\/auth\/adwords"
]
}
}