MultiFunctional Auto Bidder -> Freelancer.com
About Auto Bidder
什麼是MultiFunctional Auto Bidder -> Freelancer.com?
MultiFunctional Auto Bidder -> Freelancer.com是由freelance.ninja開發的Chrome擴展程式,該擴展的主要功能是“About Auto Bidder”。
擴展截圖
下載MultiFunctional Auto Bidder -> Freelancer.com擴展crx文件
下載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 |
| 官方網址 | 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"
]
} | |