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!
Co to jest Freelancer Exams Academy - Test Helper?
Freelancer Exams Academy - Test Helper to rozszerzenie Chrome opracowane przez https://www.freelancer-exams-academy.com, a jego główną funkcją jest „Improve your rank in freelancer by using Freelancer Exams Academy services. Be the first in bid list get more projects!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Freelancer Exams Academy - Test Helper
Pobierz pliki rozszerzeń Freelancer Exams Academy - Test Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Freelancer Exams Academy - Test Helper |
ID | mjmcljjhlonbgpckjfdggnkpppconfco |
Oficjalny URL | https://chromewebstore.google.com/detail/freelancer-exams-academy/mjmcljjhlonbgpckjfdggnkpppconfco |
Opis | Improve your rank in freelancer by using Freelancer Exams Academy services. Be the first in bid list get more projects! |
Rozmiar pliku | 115 KB |
Liczba instalacji | 138 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2019-09-28 |
Data Publikacji | 2019-09-25 |
Ocena | 5.00/5 Łącznie 26 Oceny |
Deweloper | https://www.freelancer-exams-academy.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://freelancer-exams-academy.com |
Adres URL Strony Pomocy | https://www.freelancer-exams-academy.com/faqs/ |
Adres URL Strony Polityki Prywatności | https://www.freelancer-exams-academy.com/privacy-policy |
Obsługiwane Języki | 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'" } |