MultiFunctional Auto Bidder -> Freelancer.com
About Auto Bidder
ما هو MultiFunctional Auto Bidder -> Freelancer.com؟
MultiFunctional Auto Bidder -> Freelancer.com هو إضافة Chrome تم تطويرها بواسطة freelance.ninja، والميزة الرئيسية لها هي "About Auto Bidder".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MultiFunctional Auto Bidder -> Freelancer.com
قم بتنزيل ملفات الامتداد MultiFunctional Auto Bidder -> Freelancer.com بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
How to Сustomize? - Click on Plugin Icon - Click "Customize Proposals" button - Add proposal templates via "Add Proposal Item" button If you have any questions, you can contact our support on "Customize Proposals" page. Our email is - [email protected] What can you reach with this extension? - Save Up To 1000 USD per Month - Your proposal will be the Quickest and Clients will prefer You instead of another freelancers. Why is this extension is "MUST HAVE" for you? - You will be on top of the competition - Another people already using it and it will be hard for you to beat them - This extension is secure and you shouldn't be afraid of being scammed.
معلومات أساسية عن التمديد
الاسم | |
ID | eliodbpomdfmcnhnhjdmfgmclhkenfgn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/multifunctional-auto-bidd/eliodbpomdfmcnhnhjdmfgmclhkenfgn |
الوصف | About Auto Bidder |
حجم الملف | 1.06 MB |
عدد التثبيتات | 162 |
النسخة الحالية | 1.1.8 |
آخر تحديث | 2018-11-13 |
تاريخ النشر | 2018-11-13 |
تقييم | 3.59/5 مجموع تقييمات 17 |
المطور | freelance.ninja |
نوع الدفع | in_app |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MultiFunctional Auto Bidder -> Freelancer.com", "description": "About Auto Bidder", "version": "1.1.8", "converted_from_user_script": true, "content_scripts": [ { "matches": [ "https:\/\/*.freelancer.com\/*" ], "all_frames": true, "js": [ "js\/jquery-2.2.4.min.js", "js\/contentScript_functions.js", "contentScript.js" ] } ], "background": { "scripts": [ "js\/jquery-2.2.4.min.js", "background.js" ] }, "icons": { "16": "small icon.png", "48": "small icon.png", "128": "autobidder logo better.png" }, "browser_action": { "default_title": "MultiFunctional Freelancer Autobidder Settings", "default_popup": "popup.html" }, "options_page": "settings.html", "permissions": [ "tabs", "storage", "geolocation", "contextMenus" ] } |