Penny Posting

Ad Posting Automation

Penny Posting क्या है?

Penny Posting https://yougotlistings.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ad Posting Automation"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Penny Posting एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Penny Posting is an Google Chrome Extension that works within an user's You Got Listings (www.yougotlistings.com) account to facilitate ad posting of rental properties to top rental websites.  An You Got Listings premium account is required to use this extension.  

This extension automates certain ad posting steps and helps fill in rental property content and upload images.  

4.08 - Fix Zillow beds.

4.0.7 - Fix Zillow amenities and other fields.

4.0.6 - Fix Zillow form filling.

4.0.5 - Remove old domain reference.

4.0.4 - Remove broken image.

4.0.3 - Fix Zillow field rearrangement.

4.0.2 - Fix Facebook posting.

4.0.1 - Fix Zillow posting.

4.0.0 - Upgrade to Chrome Manifest V3 as V2 is deprecated.  Fix Zillow and CL posting.

3.12.2 - Again, improving Zillow posting stability.

3.12.1 - Improve Zillow's workflow to be more robust.

3.12.0 - Update for Zillow's new workflow.                    

एक्सटेंशन की मूल जानकारी

नाम Penny Posting Penny Posting
ID njfaibencbobhmjnnfhgaomafdllpknf
आधिकारिक URL https://chromewebstore.google.com/detail/penny-posting/njfaibencbobhmjnnfhgaomafdllpknf
विवरण Ad Posting Automation
फ़ाइल का आकार 467 KB
स्थापना संख्या 2,806
वर्तमान संस्करण 4.0.8
अंतिम अपडेट 2023-04-13
प्रकाशन तिथि 2020-06-03
रेटिंग 3.58/5 कुल 19 रेटिंग्स
डेवलपर https://yougotlistings.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Penny Posting",
    "version": "4.0.8",
    "description": "Ad Posting Automation",
    "icons": {
        "16": "pages\/img\/face_16.png",
        "32": "pages\/img\/face_32.png",
        "48": "pages\/img\/face_48.png",
        "128": "pages\/img\/face_128.png"
    },
    "background": {
        "service_worker": "lib\/background.js"
    },
    "content_security_policy": {
        "script-src": "self chrome:\/\/extensions-frame\/pages\/background.html;",
        "object-src": "self"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/post.craigslist.org\/*"
            ],
            "js": [
                "lib\/jquery\/jquery.js",
                "lib\/penny.js",
                "lib\/xmlrpc.js",
                "lib\/options.js",
                "js\/cl_options.js",
                "js\/post.js",
                "lib\/start.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/app.yougotlistings.com\/ads\/template\/*",
                "https:\/\/app.yougotlistings.com\/ads\/template\/*",
                "http:\/\/app.ygl.com\/ads\/template\/*",
                "https:\/\/app.ygl.com\/ads\/template\/*"
            ],
            "js": [
                "lib\/jquery\/jquery.js",
                "lib\/penny.js",
                "lib\/xmlrpc.js",
                "lib\/options.js",
                "js\/ygltemplate.js",
                "lib\/start.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.zillow.com\/rental-manager\/properties",
                "https:\/\/www.zillow.com\/rental-manager\/properties?postingPath=*",
                "https:\/\/www.zillow.com\/rental-manager\/properties\/",
                "https:\/\/www.zillow.com\/rental-manager\/",
                "http:\/\/www.zillow.com\/rental-manager\/"
            ],
            "js": [
                "lib\/jquery\/jquery.js",
                "lib\/penny.js",
                "lib\/xmlrpc.js",
                "lib\/options.js",
                "js\/zillowproperties.js",
                "lib\/start.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.zillow.com\/rental-manager\/properties\/*\/listing",
                "https:\/\/www.zillow.com\/rental-manager\/properties\/*\/listing?*",
                "https:\/\/www.zillow.com\/rental-manager\/properties\/*\/create-listing"
            ],
            "js": [
                "lib\/jquery\/jquery.js",
                "lib\/penny.js",
                "lib\/xmlrpc.js",
                "lib\/options.js",
                "js\/zillowproperty.js",
                "lib\/start.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.apartments.com\/add-property\/*"
            ],
            "all_frames": true,
            "js": [
                "lib\/jquery\/jquery.js",
                "lib\/penny.js",
                "lib\/xmlrpc.js",
                "lib\/options.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.apartments.com\/mkt\/client\/landlord\/*\/addproperty*",
                "https:\/\/www.apartments.com\/mkt\/client\/landlord\/addproperty*"
            ],
            "all_frames": true,
            "js": [
                "lib\/jquery\/jquery.js",
                "lib\/penny.js",
                "lib\/xmlrpc.js",
                "lib\/options.js",
                "js\/apartmentsproperty.js",
                "lib\/start.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.apartments.com\/customers\/listing\/edit?ListingKey=*",
                "https:\/\/www.apartments.com\/customers\/listing\/edit\/?ListingKey=*"
            ],
            "all_frames": true,
            "js": [
                "lib\/jquery\/jquery.js",
                "lib\/penny.js",
                "lib\/xmlrpc.js",
                "lib\/options.js",
                "lib\/start.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.apartments.com\/mkt\/client\/landlord\/*\/managelisting?listingKey=*",
                "https:\/\/www.apartments.com\/mkt\/client\/landlord\/managelisting?listingKey=*"
            ],
            "all_frames": true,
            "js": [
                "lib\/jquery\/jquery.js",
                "lib\/penny.js",
                "lib\/xmlrpc.js",
                "lib\/options.js",
                "js\/apartmentsproperty_edit.js",
                "lib\/start.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.apartments.com\/customers\/my-properties\/find",
                "https:\/\/www.apartments.com\/customers\/my-properties\/find*"
            ],
            "js": [
                "lib\/jquery\/jquery.js",
                "lib\/penny.js",
                "lib\/xmlrpc.js",
                "lib\/options.js",
                "js\/apartmentsproperties.js",
                "lib\/start.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.renthop.com\/r\/listings\/post",
                "https:\/\/www.renthop.com\/r\/listings\/edit\/*"
            ],
            "js": [
                "lib\/jquery\/jquery.js",
                "lib\/penny.js",
                "lib\/xmlrpc.js",
                "lib\/options.js",
                "js\/renthop.js",
                "lib\/start.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/marketplace\/*"
            ],
            "js": [
                "lib\/jquery\/jquery.js",
                "lib\/penny.js",
                "lib\/xmlrpc.js",
                "lib\/options.js",
                "js\/facebook.js",
                "lib\/start.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/streeteasy.com\/listing_tools\/rental\/new",
                "https:\/\/streeteasy.com\/manage\/listings",
                "https:\/\/streeteasy.com\/manage\/listings*",
                "https:\/\/streeteasy.com\/listing_tools\/rental\/*\/edit"
            ],
            "js": [
                "lib\/jquery\/jquery.js",
                "lib\/penny.js",
                "lib\/xmlrpc.js",
                "lib\/options.js",
                "js\/streeteasy.js",
                "lib\/start.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/streeteasy.com\/listing_tools\/rental\/*\/edit"
            ],
            "js": [
                "lib\/jquery\/jquery.js",
                "lib\/penny.js",
                "lib\/xmlrpc.js",
                "lib\/options.js",
                "js\/streeteasy_edit.js",
                "lib\/start.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/app.yougotlistings.com\/notfound",
                "https:\/\/app.yougotlistings.com\/notfound",
                "http:\/\/app.yougotlistings.com\/error\/notFound",
                "https:\/\/app.yougotlistings.com\/error\/notFound",
                "http:\/\/app.ygl.com\/error\/notFound"
            ],
            "js": [
                "lib\/jquery\/jquery.js",
                "lib\/penny.js",
                "lib\/xmlrpc.js",
                "lib\/options.js",
                "lib\/reset.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "pages\/img\/face_32.png",
        "popup": "pages\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/zillowproperty_pagescript.js"
            ],
            "matches": [
                "https:\/\/www.zillow.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*.yougotlistings.com\/*",
        "https:\/\/*.yougotlistings.com\/*",
        "http:\/\/*.craigslist.org\/*",
        "https:\/\/*.craigslist.org\/*",
        "https:\/\/www.zillow.com\/*",
        "https:\/\/apartments.com\/*",
        "http:\/\/beta.yougotlistings.com\/*",
        "https:\/\/beta.yougotlistings.com\/*",
        "http:\/\/app.penny\/*",
        "http:\/\/s3.amazonaws.com\/*",
        "https:\/\/s3.amazonaws.com\/*",
        "http:\/\/*.s3.amazonaws.com\/*",
        "https:\/\/*.s3.amazonaws.com\/*",
        "http:\/\/*.ygl.com\/*",
        "https:\/\/*.ygl.com\/*",
        "http:\/\/localhost\/*",
        "https:\/\/localhost\/*"
    ]
}