By: Acerca FITS
Inspect and view changes in iDocCar Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "iDocCar Helper",
"description": "Extracción de información automatizada.",
"default_locale": "en",
"version": "1.10.11",
"icons": {
"64": "icons/icon.png"
},
"addons": {
"updates": [
{
"version": "1.10.11"
}
]
},
"background": {
"scripts": [
"background_script.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content_script.js"
]
},
{
"matches": [
"https://audi.imaweb.net/app/order_summary?back_report=*&id=*&idMatriculacion=*"
],
"js": [
"common/js/es6-promise.auto.min.js",
"common/js/util.js",
"common/js/jquery-3.6.0.min.js",
"common/js/manage_login.js",
"scripts/vn/rpa_audi.js",
"scripts/fleets/rpa_fleet_audi.js"
],
"all_frames": true
},
{
"matches": [
"https://audi.imaweb.net/app/u_v_order_summary?id_propuesta=*&origen=*"
],
"exclude_matches": [
"https://audi.imaweb.net/app/*tipoDoc=proforma*"
],
"js": [
"common/js/es6-promise.auto.min.js",
"common/js/util.js",
"common/js/jquery-3.6.0.min.js",
"common/js/manage_login.js",
"scripts/vo/rpa_vo_audi.js"
],
"all_frames": true
},
{
"matches": [
"https://seat.imaweb.net/app/order_summary?back_report=*&id=*&idMatriculacion=*",
"https://seat.imaweb.net/app/order_summary?back_report=*&id=*"
],
"js": [
"common/js/es6-promise.auto.min.js",
"common/js/jquery-3.6.0.min.js",
"common/js/util.js",
"common/js/manage_login.js",
"scripts/fleets/rpa_fleet_seat.js",
"scripts/vn/rpa_seat.js"
],
"all_frames": true
},
{
"matches": [
"https://seat.imaweb.net/app/u_v_order_summary?id_propuesta=*&origen=*"
],
"exclude_matches": [
"https://seat.imaweb.net/*orderbill=*"
],
"js": [
"common/js/es6-promise.auto.min.js",
"common/js/jquery-3.6.0.min.js",
"common/js/util.js",
"common/js/manage_login.js",
"scripts/vo/rpa_vo_seat.js"
],
"all_frames": true
},
{
"matches": [
"https://www.kiakars.es/manage/offerclient?IdClient=*",
"https://www.kiakars.es/manage/offer",
"http://www.kiakars.es/manage/offerclient?IdClient=*",
"http://www.kiakars.es/manage/offer"
],
"js": [
"common/js/es6-promise.auto.min.js",
"common/js/jquery-3.6.0.min.js",
"common/js/util.js",
"common/js/manage_login.js",
"scripts/vn/rpa_kia.js"
],
"all_frames": true
},
{
"matches": [
"https://vwlcv.imaweb.net/app/order_summary?back_report=*&id=*&idMatriculacion=*",
"https://vwlcv.imaweb.net/app/order_summary?back_report=*&id=*"
],
"exclude_matches": [
"https://vwlcv.imaweb.net/*orderbill=*"
],
"js": [
"common/js/es6-promise.auto.min.js",
"common/js/util.js",
"common/js/manage_login.js",
"scripts/vn/rpa_lcv.js",
"scripts/fleets/rpa_fleet_lcv.js",
"scripts/vn/rpa_lcv_new_template.js",
"scripts/fleets/rpa_fleet_lcv_new_template.js"
],
"all_frames": true
},
{
"matches": [
"https://vwlcv.imaweb.net/app/u_v_order_summary?id_propuesta=*&origen=*"
],
"exclude_matches": [
"https://vwlcv.imaweb.net/*orderbill=*"
],
"js": [
"common/js/es6-promise.auto.min.js",
"common/js/util.js",
"common/js/jquery-3.6.0.min.js",
"common/js/manage_login.js",
"scripts/vo/rpa_vo_lcv.js",
"scripts/vo/rpa_vo_lcv_new_template.js"
],
"all_frames": true
},
{
"matches": [
"https://vwsim.imaweb.net/app/order_summary?back_report=*&id=*&idMatriculacion=*",
"https://vw.imaweb.net/app/order_summary?back_report=*&id=*&idMatriculacion=*"
],
"exclude_matches": [
"https://vwsim.imaweb.net/*orderbill=*",
"https://vw.imaweb.net/*orderbill=*"
],
"js": [
"common/js/es6-promise.auto.min.js",
"common/js/util.js",
"common/js/manage_login.js",
"scripts/fleets/rpa_fleet_vw.js",
"scripts/vn/rpa_volks.js",
"scripts/vn/rpa_volks_new_template.js",
"scripts/fleets/rpa_fleet_vw_new_template.js"
],
"all_frames": true
},
{
"matches": [
"https://vwsim.imaweb.net/app/u_v_order_summary?id_propuesta=*&origen=*",
"https://vw.imaweb.net/app/u_v_order_summary?id_propuesta=*&origen=*"
],
"exclude_matches": [
"https://vwsim.imaweb.net/*orderbill=*",
"https://vw.imaweb.net/*orderbill=*"
],
"js": [
"common/js/es6-promise.auto.min.js",
"common/js/util.js",
"common/js/jquery-3.6.0.min.js",
"common/js/manage_login.js",
"scripts/vo/rpa_vo_vw.js",
"scripts/vo/rpa_vo_vw_new_template.js"
],
"all_frames": true
},
{
"matches": [
"https://skoda.imaweb.net/app/order_summary?back_report=*&id=*&idMatriculacion=*"
],
"exclude_matches": [
"https://skoda.imaweb.net/*orderbill=*"
],
"js": [
"common/js/es6-promise.auto.min.js",
"common/js/util.js",
"common/js/jquery-3.6.0.min.js",
"common/js/manage_login.js",
"scripts/vn/rpa_skoda.js"
],
"all_frames": true
},
{
"matches": [
"https://skoda.imaweb.net/app/u_v_order_summary?id_propuesta=*&origen=*"
],
"exclude_matches": [
"https://skoda.imaweb.net/*orderbill=*"
],
"js": [
"common/js/es6-promise.auto.min.js",
"common/js/jquery-3.6.0.min.js",
"common/js/util.js",
"common/js/manage_login.js",
"scripts/vo/rpa_skoda_vo.js"
],
"all_frames": true
},
{
"matches": [
"https://ford.imaweb.net/app/order_summary?back_report=*&id=*&idMatriculacion=*",
"https://ford.imaweb.net/app/order_summary?back_report=*&id=*",
"https://ford.imaweb.net/app/order_summary?back_orders=*&new_order=*&id=*"
],
"exclude_matches": [
"https://ford.imaweb.net/*orderbill=*"
],
"js": [
"common/js/es6-promise.auto.min.js",
"common/js/util.js",
"common/js/manage_login.js",
"scripts/fleets/rpa_ford_fleet.js",
"scripts/vn/rpa_ford_vn.js"
],
"all_frames": true
},
{
"matches": [
"https://ford.imaweb.net/app/u_v_order_summary?id_propuesta=*&origen=*",
"https://ford.imaweb.net/app/u_v_order_summary?id_propuesta=*&origen=*"
],
"exclude_matches": [
"https://ford.imaweb.net/*orderbill=*",
"https://ford.imaweb.net/*orderbill=*"
],
"js": [
"common/js/es6-promise.auto.min.js",
"common/js/util.js",
"common/js/jquery-3.6.0.min.js",
"common/js/manage_login.js",
"scripts/vo/rpa_ford_vo.js"
],
"all_frames": true
},
{
"matches": [
"https://nissan.imaweb.net/app/order_summary?back_report=*&id=*&idMatriculacion=*",
"https://nissan.imaweb.net/app/order_summary?back_report=*&id=*",
"https://nissan.imaweb.net/app/order_summary?back_orders=*&new_order=*&id=*"
],
"exclude_matches": [
"https://nissan.imaweb.net/*orderbill=*"
],
"js": [
"common/js/es6-promise.auto.min.js",
"common/js/util.js",
"common/js/manage_login.js",
"scripts/fleets/rpa_nissan_fleet.js",
"scripts/vn/rpa_nissan_vn.js"
],
"all_frames": true
},
{
"matches": [
"https://nissan.imaweb.net/app/u_v_order_summary?id_propuesta=*&origen=*",
"https://nissan.imaweb.net/app/u_v_order_summary?id_propuesta=*&origen=*"
],
"exclude_matches": [
"https://nissan.imaweb.net/*orderbill=*",
"https://nissan.imaweb.net/*orderbill=*"
],
"js": [
"common/js/es6-promise.auto.min.js",
"common/js/util.js",
"common/js/jquery-3.6.0.min.js",
"common/js/manage_login.js",
"scripts/vo/rpa_nissan_vo.js"
],
"all_frames": true
},
{
"matches": [
"https://lrconnect.imaweb.net/app/order_summary?back_report=*&id=*",
"https://lrconnect.imaweb.net/app/order_summary?back_orders=*&new_order=*&id=*"
],
"exclude_matches": [
"https://lrconnect.imaweb.net/*orderbill=*"
],
"js": [
"common/js/es6-promise.auto.min.js",
"common/js/util.js",
"common/js/manage_login.js",
"scripts/vn/rpa_landRover_vn.js"
],
"all_frames": true
},
{
"matches": [
"https://lrconnect.imaweb.net/app/u_v_order_summary?id_propuesta=*&origen=*"
],
"exclude_matches": [
"https://lrconnect.imaweb.net/*orderbill=*"
],
"js": [
"common/js/es6-promise.auto.min.js",
"common/js/util.js",
"common/js/jquery-3.6.0.min.js",
"common/js/manage_login.js",
"scripts/vo/rpa_landRover_vo.js"
],
"all_frames": true
},
{
"matches": [
"https://jaguar.imaweb.net/app/order_summary?back_report=*&id=*&idMatriculacion=*",
"https://jaguar.imaweb.net/app/order_summary?back_report=*&id=*",
"https://jaguar.imaweb.net/app/order_summary?back_orders=*&new_order=*&id=*"
],
"exclude_matches": [
"https://jaguar.imaweb.net/*orderbill=*"
],
"js": [
"common/js/es6-promise.auto.min.js",
"common/js/util.js",
"common/js/manage_login.js",
"scripts/vn/rpa_jaguar_vn.js"
],
"all_frames": true
},
{
"matches": [
"https://jaguar.imaweb.net/app/u_v_order_summary?id_propuesta=*&origen=*",
"https://jaguar.imaweb.net/app/u_v_order_summary?id_propuesta=*&origen=*"
],
"exclude_matches": [
"https://jaguar.imaweb.net/*orderbill=*",
"https://jaguar.imaweb.net/*orderbill=*"
],
"js": [
"common/js/es6-promise.auto.min.js",
"common/js/util.js",
"common/js/jquery-3.6.0.min.js",
"common/js/manage_login.js",
"scripts/vo/rpa_jaguar_vo.js"
],
"all_frames": true
},
{
"matches": [
"https://cupra.imaweb.net/app/order_summary?back_report=*&id=*&idMatriculacion=*",
"https://cupra.imaweb.net/app/order_summary?back_report=*&id=*",
"https://cupra.imaweb.net/app/order_summary?back_orders=*&new_order=*&id=*"
],
"exclude_matches": [
"https://cupra.imaweb.net/*orderbill=*",
"https://cupra.imaweb.net/app/order_summary?back_report=*&id=*&orderagent=*"
],
"js": [
"common/js/es6-promise.auto.min.js",
"common/js/util.js",
"common/js/manage_login.js",
"scripts/fleets/rpa_cupra_fleet.js",
"scripts/vn/rpa_cupra_vn.js"
],
"all_frames": true
},
{
"matches": [
"https://cupra.imaweb.net/app/order_summary?back_report=*&id=*&orderagent=*"
],
"exclude_matches": [
"https://cupra.imaweb.net/*orderbill=*"
],
"js": [
"common/js/es6-promise.auto.min.js",
"common/js/util.js",
"common/js/manage_login.js",
"scripts/fleets/rpa_cupra_agent_fleet.js",
"scripts/vn/rpa_cupra_agent_vn.js"
],
"all_frames": true
},
{
"matches": [
"https://mercedes.imaweb.net/app/order_summary?back_report=*&id=*&idMatriculacion=*",
"https://mercedes.imaweb.net/app/order_summary?back_report=*&id=*",
"https://mercedes.imaweb.net/app/order_summary?back_orders=*&new_order=*&id=*"
],
"exclude_matches": [
"https://mercedes.imaweb.net/*orderbill=*"
],
"js": [
"common/js/es6-promise.auto.min.js",
"common/js/util.js",
"common/js/manage_login.js",
"scripts/vn/rpa_mercedes_vn.js"
],
"all_frames": true
},
{
"matches": [
"https://mercedes.imaweb.net/app/u_v_order_summary?id_propuesta=*&origen=*",
"https://mercedes.imaweb.net/app/u_v_order_summary?back_orders=*&new_order=*&id=*"
],
"exclude_matches": [
"https://mercedes.imaweb.net/*orderbill=*"
],
"js": [
"common/js/es6-promise.auto.min.js",
"common/js/util.js",
"common/js/jquery-3.6.0.min.js",
"common/js/manage_login.js",
"scripts/vo/rpa_mercedes_vo.js"
],
"all_frames": true
},
{
"matches": [
"http://tescar.central.toyota.es/Ofertas/HojasOfertas/HojaOfertaVN.aspx",
"http://tescarlx.central.toyota.es/Ofertas/HojasOfertas/HojaOfertaVN.aspx",
"http://tescardev.framework.toyota.es/Ofertas/HojasOfertas/HojaOfertaVN.aspx",
"http://tescardev.framework.toyota.es/Ofertas/HojasOfertas/HojaOfertaVN.aspx"
],
"js": [
"common/js/util.js",
"common/js/jquery-3.6.0.min.js",
"common/js/es6-promise.auto.min.js",
"common/js/jspdf.min.js",
"common/js/html2canvas.min.js",
"common/js/html2pdf.min.js",
"common/js/manage_login.js",
"common/js/manage_printPDF.js",
"scripts/vn/rpa_toyota_vn.js",
"scripts/fleets/rpa_toyota_fleet.js"
],
"all_frames": true,
"run_at": "document_end"
},
{
"matches": [
"http://tescar.central.toyota.es/Ofertas/HojasOfertas/NuevaHojaOfertaVO.aspx?tipoOferta=*",
"http://tescarlx.central.toyota.es/Ofertas/HojasOfertas/NuevaHojaOfertaVOLexus.aspx?tipoOferta=*",
"http://tescar.central.toyota.es/Ofertas/HojasOfertas/NuevaHojaOfertaVOLexus.aspx?tipoOferta=*",
"http://tescardev.framework.toyota.es/Ofertas/HojasOfertas/NuevaHojaOfertaVO.aspx?tipoOferta=*",
"http://tescardev.framework.toyota.es/Ofertas/HojasOfertas/NuevaHojaOfertaVOLexus.aspx?tipoOferta=*"
],
"js": [
"common/js/util.js",
"common/js/jquery-3.6.0.min.js",
"common/js/es6-promise.auto.min.js",
"common/js/jspdf.min.js",
"common/js/html2canvas.min.js",
"common/js/html2pdf.min.js",
"common/js/manage_login.js",
"common/js/manage_printPDF.js",
"scripts/vo/rpa_toyota_vo.js"
],
"all_frames": true,
"run_at": "document_end"
},
{
"matches": [
"http://tescar.central.toyota.es/",
"http://tescarlx.central.toyota.es/",
"http://tescardev.framework.toyota.es/"
],
"js": [
"common/js/util.js",
"scripts/rpa_toyota.js"
]
}
],
"browser_action": {
"default_icon": {
"64": "icons/icon.png"
},
"default_popup": "browserAction/index.html",
"default_title": "iDocCar Helper"
},
"options_ui": {
"page": "options/index.html"
},
"permissions": [
"webRequest",
"storage",
"*://*.idoccar.com/*",
"downloads",
"*://*/options/*",
"file:///*",
"https://*.toshiko.toyota-europe.com/Contracts/SaleProposal?contractId*version*",
"tabs",
"webNavigation"
],
"browser_specific_settings": {
"gecko": {
"id": "{004fba76-dd41-4df0-920e-e1016157b2a0}"
}
}
} Best iDocCar Helper Alternatives
Here are some Firefox add-ons that are similar to iDocCar Helper:
DealerCRM
tomharsha
Factura Assist
Josue H.
Soft Restaurant Delivery
Rodrigo
Traductor Mobile.de Español
Biohazard_86
AutEM Exportador V2.0
Firefox user 13788276
Connect Helper
Vitor Vidal
Autazo: Información completa de vehículos
Rodrigo Rio
360 Shift Manager by Raulito
Raulito
INTEGRADOC Digital Signature
INTEGRADOC
MV-Ignited
Josep
Premier Document Imaging v1.8
Acme Software
Vicubo Web Extractor
e-intelligent