MotaWord - Grabber

Select any content from your website and get it translated professionally.

Τι είναι το MotaWord - Grabber;

Το MotaWord - Grabber είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://motaword.com, και η κύρια λειτουργία του είναι "Select any content from your website and get it translated professionally.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης MotaWord - Grabber

Λήψη αρχείων επέκτασης MotaWord - Grabber σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Selecting content from your website and getting it translated professionally just got easy. 

MotaWord provides accurate translation of your website content into 80+ languages, 20 times faster and 60% cheaper than the competition. 

More than 12,000 vetted and trained professional translators work through proprietary technology, providing fast, accurate and low-cost human translation - 24/7.

Just download our Chrome Extension, use it to select your content to translate directly from your website and see it get done in real-time. 

“A simpler way of selecting and professionally translating online content does not exist. This is perfect” - Nihat Say - Atilim Fairs




--------------------------
         CHANGELOG
--------------------------
v1.6
-------------
Minor update to comply with Google Chrome update.

v1.5
-------------
Automated selections (wizard) for all news articles on bloomberg.com

v1.4
-------------
If you don't have a pre-configured payment method with MotaWord, the extension will now redirect you to regular and secure payment page in motaword.com, so that you can proceed with your project right away.

v1.3.2
-------------
Automated selections (wizard) for greatervenues.com


v1.3.1
-------------
Let's automate this even more. We developed automated selections for you, which will let you select the main content of a web page with a single click. This feature is currently available in HuffingtonPost, including their locale sites.


v1.2.9
-------------
For multiple user environments, you can now logout from extension. This will erase your authentication session, letting you log in with another MotaWord account.

v1.2.7
-------------
You can now add notes for translators while ordering your translation!

v1.2.5
-------------
Fixed login issue on *google.com domains. Google applications are capturing keyboard events and it is making entering your email and password while logging in very cumbersome. Instead, we are giving a warning about this now.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα MotaWord - Grabber MotaWord - Grabber
ID pjeamjmkiplgoaldgkpjbobheihgloaj
Επίσημο URL https://chromewebstore.google.com/detail/motaword-grabber/pjeamjmkiplgoaldgkpjbobheihgloaj
Περιγραφή Select any content from your website and get it translated professionally.
Μέγεθος Αρχείου 1.35 MB
Αριθμός Εγκαταστάσεων 36
Τρέχουσα Έκδοση 1.6
Τελευταία Ενημέρωση 2020-05-14
Ημερομηνία Δημοσίευσης 2020-05-14
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://motaword.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.motaword.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.motaword.com/about
URL της Σελίδας Πολιτικής Απορρήτου https://www.motaword.com/legal/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MotaWord - Grabber",
    "short_name": "MotaWord",
    "version": "1.6",
    "author": "MotaWord Development - [email protected]",
    "description": "Select any content from your website and get it translated professionally.",
    "homepage_url": "https:\/\/www.motaword.com",
    "background": {
        "persistent": false,
        "scripts": [
            "src\/services\/enabler.js"
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon_inactive19.png",
            "38": "icons\/icon_inactive38.png"
        },
        "default_title": "MotaWord Translation"
    },
    "web_accessible_resources": [
        "js\/*",
        "css\/*",
        "src\/*",
        "font\/*",
        "icons\/*"
    ],
    "incognito": "split",
    "offline_enabled": false
}