Freelancer.com Helper

A Chrome extension for Freelancer.com. Paste cover letter easily. Convert URLs to hyperlinks. Scroll to top button. Remove banners.

Τι είναι το Freelancer.com Helper;

Το Freelancer.com Helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://earvinpiamonte.com, και η κύρια λειτουργία του είναι "A Chrome extension for Freelancer.com. Paste cover letter easily. Convert URLs to hyperlinks. Scroll to top button. Remove banners.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Freelancer.com Helper

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

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

                        UPDATES (July 20, 2019)

- Fixed bug on pasting cover letter.

FEATURES

Add your cover letter to your bid easily.

Paste your cover letter template and just change some parts to match the project requirements. It will also somehow reduce the time you usually spend on bidding on a project.

URLs to hyperlinks

Automatically converts URLs to hyperlinks on the project description on page load. This will save you time rather than highlighting the whole URL and doing some action after that. This can be disabled on Settings.

Scroll to top

This feature automatically adds a button under the pagination of project feed and project bids list that will scroll to the top of the page when clicked. This cannot be disabled on Settings.

Scroll to bid

After completing your bid, the page automatically scrolls to your own bid just to let you see if you need some changes to be done. This can be disabled on Settings.

Lastly, remove the banners

Sometimes it's not really necessary to see the banner on the dashboard and on a project page. This can also be disabled on Settings.

WEBSITE
http://freelancer.com-helper.earvinpiamonte.com/

SUPPORT
https://chrome.google.com/webstore/detail/freelancercom-helper/pmmijafedhodejhmdkoahhcgjcimodkp/support

AUTHOR
https://www.freelancer.com/u/earvinpiamonte/
https://www.earvinpiamonte.com/
https://twitter.com/earvinpiamonte/                    

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

Όνομα Freelancer.com Helper Freelancer.com Helper
ID pmmijafedhodejhmdkoahhcgjcimodkp
Επίσημο URL https://chromewebstore.google.com/detail/freelancercom-helper/pmmijafedhodejhmdkoahhcgjcimodkp
Περιγραφή A Chrome extension for Freelancer.com. Paste cover letter easily. Convert URLs to hyperlinks. Scroll to top button. Remove banners.
Μέγεθος Αρχείου 1.14 MB
Αριθμός Εγκαταστάσεων 268
Τρέχουσα Έκδοση 1.0.11
Τελευταία Ενημέρωση 2020-08-16
Ημερομηνία Δημοσίευσης 2019-07-19
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://earvinpiamonte.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/earvinpiamonte/freelancer-com-helper
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/earvinpiamonte/freelancer-com-helper/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Freelancer.com Helper",
    "version": "1.0.11",
    "description": "A Chrome extension for Freelancer.com. Paste cover letter easily. Convert URLs to hyperlinks. Scroll to top button. Remove banners.",
    "author": "earvinpiamonte",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-logo-128.jpg"
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-logo-128.jpg"
    },
    "content_scripts": [
        {
            "js": [
                "dist\/libraries\/libraries.min.js",
                "dist\/content_scripts\/run_onload_script.js"
            ],
            "matches": [
                "https:\/\/www.freelancer.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "manifest_version": 2
}