Leboncoin Plus
Ajoute des informations importantes aux annonces sur Leboncoin
Vad är Leboncoin Plus?
Leboncoin Plus är en Chrome-tillägg utvecklad av Imowt, och dess huvudfunktion är "Ajoute des informations importantes aux annonces sur Leboncoin".
Tilläggsskärmbilder
Ladda ner Leboncoin Plus-förlängningens CRX-fil
Ladda ner Leboncoin Plus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
- la date de première publication
- l'ancien prix
Et d'autres informations sur l'immobilier Grundläggande Information om Tillägg
| Namn | |
| ID | anffbjcnccdppeebnhmdpfifchjjjmgc |
| Officiell webbadress | https://chromewebstore.google.com/detail/leboncoin-plus/anffbjcnccdppeebnhmdpfifchjjjmgc |
| Beskrivning | Ajoute des informations importantes aux annonces sur Leboncoin |
| Filstorlek | 17.94 KB |
| Antal Installationer | 78 |
| Aktuell Version | 1.4 |
| Senast Uppdaterad | 2024-02-05 |
| Publiceringsdatum | 2023-11-29 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Imowt |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Leboncoin Plus",
"version": "1.4",
"description": "Ajoute des informations importantes aux annonces sur Leboncoin",
"permissions": [],
"action": {
"default_icon": "icon.png"
},
"icons": {
"48": "icon.png"
},
"content_scripts": [
{
"world": "MAIN",
"matches": [
"https:\/\/www.leboncoin.fr\/*"
],
"js": [
"enriched.js"
],
"run_at": "document_start"
}
]
} | |