Inspect and view changes in torialfacto 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
{
"manifest_version": 2,
"name": "torialfacto",
"version": "1.0.4",
"description": "Tired of tracking your time? Let's this extension do it for you",
"icons": {
"48": "icons/torialfacto.ico"
},
"permissions": [
"https://api.factorialhr.com/attendance/periods",
"https://api.factorialhr.com/attendance/shifts"
],
"content_scripts": [
{
"matches": [
"https://app.factorialhr.com/attendance/clock-in/*"
],
"js": [
"torialfacto.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{b5d86967-e7b1-4236-a14c-43828233b302}"
}
}
}