auto-coupon
Auto apply amazon coupons
Hvad er auto-coupon?
auto-coupon er en Chrome-udvidelse udviklet af mcdhaef, og dens hovedfunktion er "Auto apply amazon coupons".
Udvidelsesskærmbilleder
Download auto-coupon-udvidelses-CRX-fil
Download auto-coupon-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
Auto-coupon is a super simple chrome extension that automatically applies amazon coupons when you navigate to a product page. Once on the page the extension will check for a coupon to be applied and do so without any need for action from the user. Amazon coupons are not automatically applied so most people don't know what they are missing.
Grundlæggende oplysninger om udvidelsen
Navn | auto-coupon |
ID | jibjjgdhcgniaidglbmhledoeinekchd |
Officiel URL | https://chromewebstore.google.com/detail/auto-coupon/jibjjgdhcgniaidglbmhledoeinekchd |
Beskrivelse | Auto apply amazon coupons |
Filstørrelse | 6.67 KB |
Antal Installationer | 63 |
Nuværende Version | 0.0.3 |
Senest Opdateret | 2022-04-10 |
Udgivelsesdato | 2021-08-29 |
Bedømmelse | 3.50/5 Samlet 2 Bedømmelser |
Udvikler | mcdhaef |
[email protected] | |
Betalingsmetode | in_app |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "auto-coupon", "description": "Auto apply amazon coupons", "version": "0.0.3", "manifest_version": 3, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*.amazon.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |