Freelancer Exams Academy - Test Helper
Improve your rank in freelancer by using Freelancer Exams Academy services. Be the first in bid list get more projects!
Freelancer Exams Academy - Test Helper क्या है?
Freelancer Exams Academy - Test Helper https://www.freelancer-exams-academy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve your rank in freelancer by using Freelancer Exams Academy services. Be the first in bid list get more projects!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Freelancer Exams Academy - Test Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Specially designed for Freelancers to take online exams to get certified developer, designer, content writers, seo experts, marketers and entrepreneurs. While taking online exams some websites disabled copy question statement. so this Freelancer Exams Academy Test Helper chrome extension will Allow Copy text and highlighted text will copy to clipboard to use further. Usage: - Install the extension from chrome web store. - Click browser action icon to Enable & Disable the copy mode. - Make the order for getting our service. Features: - Rights to Copy (for all websites.) - AutoCopy (as you select the text it will copy to clipboard.) - Minimal overhead (a light wight no background process.) For any question and issue. Contact me via provided email address.
एक्सटेंशन की मूल जानकारी
नाम | Freelancer Exams Academy - Test Helper |
ID | mjmcljjhlonbgpckjfdggnkpppconfco |
आधिकारिक URL | https://chromewebstore.google.com/detail/freelancer-exams-academy/mjmcljjhlonbgpckjfdggnkpppconfco |
विवरण | Improve your rank in freelancer by using Freelancer Exams Academy services. Be the first in bid list get more projects! |
फ़ाइल का आकार | 115 KB |
स्थापना संख्या | 138 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2019-09-28 |
प्रकाशन तिथि | 2019-09-25 |
रेटिंग | 5.00/5 कुल 26 रेटिंग्स |
डेवलपर | https://www.freelancer-exams-academy.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://freelancer-exams-academy.com |
सहायता पृष्ठ URL | https://www.freelancer-exams-academy.com/faqs/ |
गोपनीयता नीति पृष्ठ URL | https://www.freelancer-exams-academy.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Freelancer Exams Academy - Test Helper", "version": "1.0", "description": "Improve your rank in freelancer by using Freelancer Exams Academy services. Be the first in bid list get more projects!", "manifest_version": 2, "icons": { "16": "media\/icons\/icon16.png", "48": "media\/icons\/icon48.png", "128": "media\/icons\/icon128.png" }, "browser_action": { "default_icon": { "16": "media\/icons\/icon16.png", "24": "media\/icons\/icon24.png", "48": "media\/icons\/icon48.png" }, "default_title": "Freelancer Exams Academy - Test Helper", "default_popup": "media\/content\/popup.html" }, "content_scripts": [ { "js": [ "media\/content\/rights.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "storage", "clipboardWrite" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |