Add to Babylist Button
Add items to your Babylist registry from any store.
Hvad er Add to Babylist Button?
Add to Babylist Button er en Chrome-udvidelse udviklet af https://babylist.com, og dens hovedfunktion er "Add items to your Babylist registry from any store.".
Udvidelsesskærmbilleder
Download Add to Babylist Button-udvidelses-CRX-fil
Download Add to Babylist Button-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
With this extension, you can add anything you like to your Babylist registry while browsing all of your favorite online stores. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jcmljanephecacpljcpiogonhhadfpda |
| Officiel URL | https://chromewebstore.google.com/detail/add-to-babylist-button/jcmljanephecacpljcpiogonhhadfpda |
| Beskrivelse | Add items to your Babylist registry from any store. |
| Filstørrelse | 23.06 KB |
| Antal Installationer | 33,338 |
| Nuværende Version | 2.6.0 |
| Senest Opdateret | 2024-01-23 |
| Udgivelsesdato | 2019-01-17 |
| Bedømmelse | 4.17/5 Samlet 23 Bedømmelser |
| Udvikler | https://babylist.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.babylist.com/ |
| Hjælpeside-URL | https://www.babylist.com/help |
| URL til Fortrolighedspolitik Side | https://www.babylist.com/privacy |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"page": "background.html"
},
"browser_action": {
"default_title": "Add to Babylist Button",
"default_icon": "assets\/icon-128.png"
},
"icons": {
"16": "assets\/icon-16.png",
"48": "assets\/icon-48.png",
"128": "assets\/icon-128.png"
},
"name": "Add to Babylist Button",
"description": "Add items to your Babylist registry from any store.",
"homepage_url": "https:\/\/www.babylist.com",
"permissions": [
"activeTab",
"cookies",
"declarativeNetRequest",
"webRequest",
"*:\/\/*.babylist.com\/*"
],
"version": "2.6.0",
"manifest_version": 2
} | |