Rentobo Posting Helper

This extension makes it faster and easier to post your Rentobo rental listings to Craigslist.

Τι είναι το Rentobo Posting Helper;

Το Rentobo Posting Helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://rentobo.com, και η κύρια λειτουργία του είναι "This extension makes it faster and easier to post your Rentobo rental listings to Craigslist.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Rentobo Posting Helper

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

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

                        Tired of posting a rental ad to multiple websites?

Using Rentobo, you can post to craigslist and many additional real estate search sites simultaneously. Just fill out your listing information once on our site, and we automatically promote and distribute your listing across the web.

This extension enhances our craigslist posting functionality by reducing the time to post to craigslist to seconds. 

If you're an existing Rentobo user, just install this extension and return to your Rentobo dashboard to post to craigslist. If you aren't using our tools yet, go to www.rentobo.com to signup!

Changelog
-------------------
v2.1.1 11/05/15
  - Bugfix

v 2.1.0 5/21/14
   - Improve ability to recover from timeout/error

v 2.0.2 4/24/14
   - Bugfix (load images CloudFront)

v 2.0.1 1/31/14
   - Round rent amount to nearest dollar
   - Bugfix on Posting page

v 2.0.0, 11/09/13
   - Upload photos directly to cragslist

If you encounter any issues, please email us at [email protected]                    

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

Όνομα Rentobo Posting Helper Rentobo Posting Helper
ID fkiffbkghgniailieekodmgbomkefdgo
Επίσημο URL https://chrome.google.com/webstore/detail/rentobo-posting-helper/fkiffbkghgniailieekodmgbomkefdgo
Περιγραφή This extension makes it faster and easier to post your Rentobo rental listings to Craigslist.
Μέγεθος Αρχείου 255 KB
Αριθμός Εγκαταστάσεων 43
Τρέχουσα Έκδοση 2.1.1
Τελευταία Ενημέρωση 2015-11-05
Ημερομηνία Δημοσίευσης 2015-11-05
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής http://rentobo.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.rentobo.com
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rentobo Posting Helper",
    "description": "This extension makes it faster and easier to post your Rentobo rental listings to Craigslist.",
    "version": "2.1.1",
    "permissions": [
        "tabs",
        "cookies",
        "webNavigation",
        "*:\/\/*.rentobo.com\/",
        "*:\/\/post.craigslist.org\/",
        "*:\/\/s3.amazonaws.com\/",
        "*:\/\/*.cloudfront.net\/"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "scripts\/jquery-1.8.3.min.js",
            "scripts\/xhr2-form-data.js",
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery-1.8.3.min.js",
                "scripts\/oboe.js"
            ],
            "css": [
                "css\/oboe.css"
            ],
            "matches": [
                "*:\/\/*.rentobo.com\/manage\/*\/promote",
                "*:\/\/*.rentobo.com\/listings\/*\/promote"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo_16.png",
        "19": "images\/logo_19.png",
        "48": "images\/logo_48.png",
        "69": "images\/logo_69.png",
        "128": "images\/logo_128.png"
    },
    "web_accessible_resources": [
        "images\/cl_loading.png",
        "images\/cl_loading_0.png",
        "images\/cl_loading_1.png",
        "images\/cl_loading_2.png",
        "images\/cl_loading_3.png",
        "images\/cl_loading_4.png",
        "images\/cl_loading_5.png",
        "images\/cl_loading_6.png"
    ],
    "manifest_version": 2
}