Bourbon
This is the companion extension to your Bourbon membership. With it you can start saving on your shipping for all shopping online.…
ما هو Bourbon؟
Bourbon هو إضافة Chrome تم تطويرها بواسطة Bourbon، والميزة الرئيسية لها هي "This is the companion extension to your Bourbon membership. With it you can start saving on your shipping for all shopping online.…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bourbon
قم بتنزيل ملفات الامتداد Bourbon بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is the companion extension to your Bourbon membership. With it you can start saving on your shipping for all shopping online. Just sit back relax and let Bourbon handle the rest.
معلومات أساسية عن التمديد
الاسم | Bourbon |
ID | anmheclpjknmnlgkjjpmogmbmlohapic |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bourbon/anmheclpjknmnlgkjjpmogmbmlohapic |
الوصف | This is the companion extension to your Bourbon membership. With it you can start saving on your shipping for all shopping online.… |
حجم الملف | 1.11 MB |
عدد التثبيتات | 56 |
النسخة الحالية | 0.2 |
آخر تحديث | 2020-12-09 |
تاريخ النشر | 2020-11-25 |
تقييم | 5.00/5 مجموع تقييمات 10 |
المطور | Bourbon |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.joinbourbon.com |
عنوان صفحة سياسة الخصوصية | https://drive.google.com/file/d/1XfsvRC28us3d3tZdh_lmuwPnZYexmig8/view?usp=sharing |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bourbon", "manifest_version": 2, "version": "0.2", "icons": { "16": "images\/logo16.png", "128": "images\/logo128.png" }, "browser_action": { "default_icon": "images\/logo128.png", "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "pageCapture" ], "web_accessible_resources": [ "assets\/close.svg", "assets\/congratulations.png", "assets\/delivery.png", "assets\/nice.png", "assets\/loading.gif", "assets\/reminder.png", "assets\/use-bourbon.png", "assets\/watermark.png", "assets\/fonts\/fonts.css", "assets\/fonts\/poppins\/*" ], "content_security_policy": "script-src 'self' https:\/\/api.memberstack.io; object-src 'self'" } |