DoThatTask for auditors
DoThatTask for auditors - Make money by suggesting improvements for websites.
DoThatTask for auditors là gì?
DoThatTask for auditors là một tiện ích mở rộng Chrome được phát triển bởi http://dothattask.com, và tính năng chính của nó là "DoThatTask for auditors - Make money by suggesting improvements for websites.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DoThatTask for auditors
Tải xuống các tệp mở rộng DoThatTask for auditors dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Make money from home by creating task suggestions for many websites around the world! DoThatTask.com is a platform that offers a highly efficient process to resolve any Wordpress issue with experts in a click. DoThatTask's have a community of auditors, expert in SEO, SMM, Content writing, QA, Design, Conversion optimization, User experience, sales, lead generations, cyber security, and basically any skill set every website needs! Our community constantly audit websites and suggest improvements and stream of next step ideas for DoThatTask's websites and any website on the web. Think you can audit websites? have innovative ideas? Join our community of experts and start making money by helping websites become better! Why should you join and start making money with DoThatTask? * Work anytime: No 9-to-5 shifts here, you decide when you want to work for how long! * No boss around: You are your own boss. Pick any website and suggest any task if you have a great idea / found issues on site. * Keep doing what you already do: With this browser extension - keep browsing the web as you already do - it will add a button "Add Feedback" that will show on every page you visit. See something on a site that could have been done better? Click to add feedback take screenshot or do screen recording, and submit. THAT SIMPLE! * You are already an audit expert! You visited a site - so you are already valuable to that website - your feedback is important! Suggest quality and creative tasks to websites, you don't need to have deep knowledge about Web Development or being a Marketing Expert. You just need to be a creative and suggest valuable ideas of how to fix or improve websites. * What if my suggestions are not good? Don't worry - We have a quality control group - they manually review each and every suggestion submitted to DoThatTask, so if your suggestions are not matching our quality standard they will be rejected, and you will get all the reasons why - and will have the chance to improve them, and will learn within few tasks - how to make great suggestions! How do i get started, get paid, and how much ? 1) Register a DoThatTask Auditor account. 2) Submit suggestions to websites, the more valuable suggestion you provide, the better chance your suggestion will get accepted. 3) DoThatTask's Quality Control team will review the suggestions, and reject with reason or accept and send to website webmasters. 4) Website webmasters will review your suggestion, and can decide to ignore it, send this suggestion for expert's estimation, or do by himself. We recommend website webmasters to motivate auditors by tipping good suggestions they do by themselves. 5) When a task is approved as done - you will get your commission, and best of all - you don't have to worry about the work being done. 6) Track all your suggestions - see exactly where they stand at any point in time. 7) You can ask to withdraw your balance at any time to your PayPal account, process takes up to 3 business days.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | aifdkjalffehlnmijdnkmleemcbhldej |
URL Chính Thức | https://chrome.google.com/webstore/detail/dothattask-for-auditors/aifdkjalffehlnmijdnkmleemcbhldej |
Mô tả | DoThatTask for auditors - Make money by suggesting improvements for websites. |
Kích Thước Tệp | 67.19 KB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | 0.91 |
Cập Nhật Lần Cuối | 2020-12-10 |
Ngày Phát Hành | 2020-06-19 |
Nhà Phát Triển | http://dothattask.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://https://dothattask.com/auditors |
URL Trang Trợ Giúp | https://dothattask.com/support |
URL Trang Chính Sách Bảo Mật | https://dothattask.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "DoThatTask Team", "homepage_url": "https:\/\/dothattask.com\/auditors", "manifest_version": 2, "name": "DoThatTask for auditors", "short_name": "Do That Task", "description": "DoThatTask for auditors - Make money by suggesting improvements for websites.", "version": "0.91", "icons": { "48": "icons\/icon-48.png", "64": "icons\/icon.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "browser-polyfill.min.js", "auth.js", "content_script.js" ] } ], "browser_action": { "default_icon": { "64": "icons\/icon-off.png", "128": "icons\/icon-128.png" }, "default_popup": "browserAction\/index.html", "default_title": "DoThatTask" }, "web_accessible_resources": [ "injected.html" ], "background": { "scripts": [ "browser-polyfill.min.js", "browserAction\/background.js" ] }, "externally_connectable": { "ids": [ "*" ] }, "permissions": [ "storage", "tabs", "activeTab" ] } |