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 |
公式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" ] } |