Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Nov 10, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "TrueOps Amazon Seller Central Command Bar",
"description": "Command bar for Amazon Seller Central",
"version": "1.16",
"homepage_url": "https:\/\/trueops.com",
"icons": {
"16": "img\/icon16.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"action": {
"default_icon": {
"16": "img\/icon16.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/sellercentral.amazon.ca\/*",
"https:\/\/sellercentral.amazon.com\/*",
"https:\/\/sellercentral.amazon.com.mx\/*",
"https:\/\/sellercentral.amazon.com.br\/*",
"https:\/\/sellercentral.amazon.es\/*",
"https:\/\/sellercentral.amazon.co.uk\/*",
"https:\/\/sellercentral.amazon.fr\/*",
"https:\/\/sellercentral.amazon.nl\/*",
"https:\/\/sellercentral.amazon.de\/*",
"https:\/\/sellercentral.amazon.it\/*",
"https:\/\/sellercentral.amazon.se\/*",
"https:\/\/sellercentral.amazon.pl\/*",
"https:\/\/sellercentral.amazon.eg\/*",
"https:\/\/sellercentral.amazon.com.tr\/*",
"https:\/\/sellercentral.amazon.com.sa\/*",
"https:\/\/sellercentral.amazon.ae\/*",
"https:\/\/sellercentral.amazon.in\/*",
"https:\/\/sellercentral.amazon.sg\/*",
"https:\/\/sellercentral.amazon.com.au\/*",
"https:\/\/sellercentral.amazon.co.jp\/*"
],
"js": [
"js\/vendor.js",
"js\/content-script.js"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"storage",
"activeTab",
"tabs",
"webNavigation"
],
"host_permissions": [
"https:\/\/sellercentral.amazon.ca\/*",
"https:\/\/sellercentral.amazon.com\/*",
"https:\/\/sellercentral.amazon.com.mx\/*",
"https:\/\/sellercentral.amazon.com.br\/*",
"https:\/\/sellercentral.amazon.es\/*",
"https:\/\/sellercentral.amazon.co.uk\/*",
"https:\/\/sellercentral.amazon.fr\/*",
"https:\/\/sellercentral.amazon.nl\/*",
"https:\/\/sellercentral.amazon.de\/*",
"https:\/\/sellercentral.amazon.it\/*",
"https:\/\/sellercentral.amazon.se\/*",
"https:\/\/sellercentral.amazon.pl\/*",
"https:\/\/sellercentral.amazon.eg\/*",
"https:\/\/sellercentral.amazon.com.tr\/*",
"https:\/\/sellercentral.amazon.com.sa\/*",
"https:\/\/sellercentral.amazon.ae\/*",
"https:\/\/sellercentral.amazon.in\/*",
"https:\/\/sellercentral.amazon.sg\/*",
"https:\/\/sellercentral.amazon.com.au\/*",
"https:\/\/sellercentral.amazon.co.jp\/*"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+K",
"mac": "Command+Shift+K"
},
"description": "Open TrueOps Command Bar"
}
}
}