PLANOLY Uploader

You can use this extension to upload content to your Planoly's Pin Planner and publish to Pinterest.

PLANOLY Uploader क्या है?

PLANOLY Uploader https://planoly.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can use this extension to upload content to your Planoly's Pin Planner and publish to Pinterest."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Planoly Uploader

What is Planoly?
Planoly is a visual planning tool that allows users to upload, plan, and curate content to publish on Instagram, Facebook, and Pinterest. 

You can use this extension to upload your content to your Planoly’s Pin Planner and publish to Pinterest.

How can this extension help you:

Super fast way to quickly schedule content to your Pinterest account. Click on the “Plan it” icon on any image as you browse and upload to Planoly’s Pin Planner to plan immediately, or simply schedule for a future date.
Extension will pick up the web page title, and populate the Pin Title field, use any image description to populate the Pin Description field. You can select which board you want to post to, as well as the date and time. 
If you do not wish to schedule, simply hit the “save” button, and the image will be saved to your library dashboard in Planoly’s Pin Planner.

Note:
To use this extension, you must have a Planoly account and log into it, as well as a working Pinterest account authenticated with Planoly.

www.planoly.com                    

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

नाम PLANOLY Uploader PLANOLY Uploader
ID ebpcimigfdcgmpaiboiipfkmceejkekp
आधिकारिक URL https://chromewebstore.google.com/detail/planoly-uploader/ebpcimigfdcgmpaiboiipfkmceejkekp
विवरण You can use this extension to upload content to your Planoly's Pin Planner and publish to Pinterest.
फ़ाइल का आकार 19.01 KB
स्थापना संख्या 4,578
वर्तमान संस्करण 1.2
अंतिम अपडेट 2019-11-04
प्रकाशन तिथि 2019-10-31
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर https://planoly.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.planoly.com
सहायता पृष्ठ URL https://www.planoly.com/help
गोपनीयता नीति पृष्ठ URL https://planoly.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PLANOLY Uploader",
    "description": "You can use this extension to upload content to your Planoly's Pin Planner and publish to Pinterest.",
    "version": "1.2",
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon_toolbar.png",
            "38": "icons\/[email protected]"
        },
        "default_title": "Planoly Multi-Image Uploader"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.planoly.com\/",
        "https:\/\/pinterest.planoly.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "planoly\/planoly.js"
            ],
            "run_at": "document_start"
        }
    ]
}