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": "Vexor - Real Estate Tool",
"version": "1.0.3",
"description": "Export properties from ss.ge and myhome.ge to Google Sheets with one click",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/ss.ge\/*",
"https:\/\/www.ss.ge\/*",
"https:\/\/home.ss.ge\/*",
"https:\/\/*.ss.ge\/*",
"https:\/\/myhome.ge\/*",
"https:\/\/www.myhome.ge\/*",
"https:\/\/*.myhome.ge\/*",
"https:\/\/*.tnet.ge\/*",
"https:\/\/api-statements.tnet.ge\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/ss.ge\/*",
"https:\/\/www.ss.ge\/*",
"https:\/\/home.ss.ge\/*",
"https:\/\/*.ss.ge\/*",
"https:\/\/myhome.ge\/*",
"https:\/\/www.myhome.ge\/*",
"https:\/\/*.myhome.ge\/*"
],
"js": [
"ss-scraper.js",
"myhome-scraper.js",
"ss-creator.js",
"myhome-creator.js",
"scraper.js",
"content.js"
],
"css": [
"content.css"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/16x16.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
}
},
"icons": {
"16": "icons\/16x16.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
}
}