Inspect and view changes in CRE Data Exporter: Commercial Real Estate 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "CRE Data Exporter: Commercial Real Estate",
"description": "Export unlimited commercial real estate data from Crexi.com. Ideal for investors, agents, brokers, buyers, sellers, data analysts.",
"version": "1.0.5",
"action": {
"default_popup": "index.html",
"default_title": "Open"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmrWSFq3WszInWWmCrVshKqH9IVFBs4B5c6Nse9aBKkh9HhbipEza/fjwhkWovTxtl7jyu6qcFgQDOo5IZ0MluPGoJ97AJGrxbDXQRtPbVUGtBx+GMVRI68Yz5p8fJk7THPUZmGSCCi2FacHcPjWdKUkSkH6s2t9rW1T/2EPhvJKVgndAxfwe5UUYrRHXk+hbV0lfshM8wPMTgsnmPcIYMdgiDgXcJy/VpKYiIxEFbQ7pWZQacTBxvTqxltP5d/6+dwa0suw5Q8Hm1VjCobaOFI/dYrgxeUEriuBJ3EYOlL3YyvP8yuwky2eiD83wrNimluj3NNjyCrJOQq0RVt3edwIDAQAB",
"background": {
"service_worker": "background.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"icons": {
"16": "creicon_16.png",
"48": "creicon_48.png",
"128": "creicon_128.png"
},
"permissions": [
"activeTab",
"scripting",
"storage",
"identity",
"identity.email",
"unlimitedStorage"
],
"host_permissions": [
"https://api.crexi.com/*",
"https://*.crexi.com/*"
],
"web_accessible_resources": [
{
"resources": [
"getApiCrexiSearchPayloadParams.js",
"interceptor.js"
],
"matches": [
"<all_urls>"
]
}
],
"oauth2": {
"client_id": "890476540845-f3goj6ojdg19rggeijodkqelhbb7j4lt.apps.googleusercontent.com",
"scopes": [
"https://www.googleapis.com/auth/userinfo.email",
"https://www.googleapis.com/auth/spreadsheets"
]
}
}