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": "Influencer Tools for Amazon Influencers",
"version": "0.1.21",
"description": "Tools to help influencers grow their audience and influence.",
"action": {
"default_icon": {
"128": "assets\/logo.png"
},
"default_title": "Influencer Tools"
},
"web_accessible_resources": [
{
"resources": [
"views\/*.htm",
"**\/*.js",
"assets\/*.png",
"assets\/*.svg"
],
"matches": [
"https:\/\/*.amazon.com\/*"
]
},
{
"resources": [
"chunks\/*-*.js",
"content_script\/index.js"
],
"matches": [
"https:\/\/*.amazon.com\/*",
"https:\/\/aeutxbjsdmrlvjojgkyb.supabase.co\/*"
]
}
],
"content_scripts": [
{
"matches": [
"https:\/\/*.amazon.com\/*"
],
"run_at": "document_end",
"js": [
".\/content_script\/import-index.js"
]
}
],
"options_page": "options_page\/index.html",
"permissions": [
"storage",
"identity"
],
"host_permissions": [
"https:\/\/*.amazon.com\/*",
"https:\/\/aeutxbjsdmrlvjojgkyb.supabase.co\/*"
],
"background": {
"service_worker": ".\/background\/background.js",
"type": "module"
},
"icons": {
"128": "assets\/logo.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAof7hOg3Yta+yWepj7c5iLFMJX5FesUAnxS\/qsW6Om0fCxwdjBfFgA8dLXttRnG0+2wF+Xk01aFsTHsw0gm\/e9mBi7EkcR7qhl6G7Zsonm3SHQzv8FDpXY5fJAfQKDfqWEjtV3ZAV25P1ExJLWpe9XA2VQC4UEhxB9He9+DWe4EFp75wodeg58VF+gzbMEofn+\/uM1jOJLrI5wYwfKRIVtWRh2sQLjqFMYbFrYBwgvS4QC+Su5qL+86hACfKbrWD+GRxitc7OWa54A628+zZVJwcuxz1KPe1OzKskL4PbqQ7EQ3SmVFFqP8FlPxb7NtDhbo\/15HOd\/SJM\/DjO2UshAwIDAQAB",
"oauth2": {
"client_id": "994528917596-d5452lqo8hg62hcsbu9m5pknprpsfcn6.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
}
}