Inspect and view changes in Intelliverse Email Tracker source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"content_scripts": [
{
"css": [
"hn.css"
],
"js": [
"content.js"
],
"matches": [
"https://mail.google.com/*",
"https://ajax.googleapis.com/*"
]
}
],
"content_security_policy": {
"script-src": "'self' https://intelliverse.com",
"object-src": "'self'"
},
"description": "Intelliverse Email Tracker",
"icons": {
"128": "Intelli_128.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmkULQmgcgBDxOkKwePkIeaN0rGgijGIYsjFLjgewBf7abld36y/j0yC2Nro9ZQhWoCq4C2oinsz8UcNnQP6NroWWHGioxjnGp4U9Xo/eaiIzak2h28Iyype9DbdLjmRvnxUq6HqaDWw83XcoL5WatB6W8Tfmldm17BRZ8sy6lnR9DGbJegG27bbyoSGvENZdshdo7u8EVX71cEEjgSGsV4R3jWxw1va6QOsvig9BO7wihoSMVo3AA2AMSxNV5flIrcwGlw0NxnE3yXaUDI6F964jwy2OjHRwa9s05uueEmrPNmGaQUca3tzsTgJoxAQxfT685DcVitWwsbNLoAARxQIDAQAB",
"manifest_version": 3,
"name": "Intelliverse Email Tracker",
"host_permissions": [
"https://mail.google.com/"
],
"short_name": "emtracker",
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.17.2",
"web_accessible_resources": [
{
"resources": [
"gmail.js",
"frame.html",
"socket.io.js",
"tracker.js",
"jquery.js"
],
"matches": [
"<all_urls>"
]
}
]
}