Some tools for Ad ops productivity
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Kunals Ad Ops Tools",
"description": "Some tools for Ad ops productivity",
"version": "1.6",
"content_scripts": [
{
"js": [
"js/adaudit.js"
],
"matches": [
"https://internal.sizmek.com/dsp/companies/*",
"https://internal.sizmek.com/dsp/campaigns/*",
"https://internal.sizmek.com/dsp/dashboard"
]
}
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"activeTab"
]
}