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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |