Banggood Affiliate Tool
This extension allows to easily share affiliate links
ما هو Banggood Affiliate Tool؟
Banggood Affiliate Tool هو إضافة Chrome تم تطويرها بواسطة greenbigfrog، والميزة الرئيسية لها هي "This extension allows to easily share affiliate links".
تحميل ملف CRX للإضافة Banggood Affiliate Tool
قم بتنزيل ملفات الامتداد Banggood Affiliate Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Allows you to easily share Banggood Affiliate Links by copying them to your Clipboard. The complete sourcecode is available on Github.
معلومات أساسية عن التمديد
الاسم | |
ID | lfehkmbipaihcgiooimkgkfacmoggpdd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/banggood-affiliate-tool/lfehkmbipaihcgiooimkgkfacmoggpdd |
الوصف | This extension allows to easily share affiliate links |
حجم الملف | 14.08 KB |
عدد التثبيتات | 62 |
النسخة الحالية | 0.2 |
آخر تحديث | 2017-12-12 |
تاريخ النشر | 2017-12-12 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | greenbigfrog |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/greenbigfrog/BG-tool |
عنوان صفحة المساعدة | https://github.com/greenbigfrog/BG-tool/issues/new |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Banggood Affiliate Tool", "description": "This extension allows to easily share affiliate links", "version": "0.2", "icons": { "128": "icon_128.png", "32": "icon_32.png", "16": "icon_16.png" }, "browser_action": { "default_icon": "icon_32.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "clipboardWrite", "storage", "https:\/\/ad.a-ads.com\/" ], "options_page": "options.html" } |