Postfity.com
Postfity is a social media scheduler that allows you to plan and publish posts to Facebook, Instagram, LinkedIn, Twitter and more.
Postfity.com क्या है?
Postfity.com https://postfity.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Postfity is a social media scheduler that allows you to plan and publish posts to Facebook, Instagram, LinkedIn, Twitter and more."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Postfity.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Easly publish posts to your favourite social media (Facebook, Twitter, LinkedIn, Instagram and more) directly from anywhere on the web. OVERVIEW This is an official plugin for Postfity application. After installation, click on Postfity button on any website. Window with automatically filled content will open. You can edit post content it or leave it as is, and then you can schedule it or add to posts queue or publish immediatelly. You can do these actions to either single or multiple social profiles at the same time. Yes, it is that easy! :) Postfity application greatly improves social managament - features include team collaborating, viewing your planned content in calendar or list view, import social posts from excel files, and more. You can find list of all features at Postfity.com :)
एक्सटेंशन की मूल जानकारी
नाम | Postfity.com |
ID | mjhdfipdhjicefeklelaoeboghggaigc |
आधिकारिक URL | https://chromewebstore.google.com/detail/postfitycom/mjhdfipdhjicefeklelaoeboghggaigc |
विवरण | Postfity is a social media scheduler that allows you to plan and publish posts to Facebook, Instagram, LinkedIn, Twitter and more. |
फ़ाइल का आकार | 22.59 KB |
स्थापना संख्या | 1,717 |
वर्तमान संस्करण | 2.0.1 |
अंतिम अपडेट | 2021-08-04 |
प्रकाशन तिथि | 2016-12-28 |
रेटिंग | 3.36/5 कुल 11 रेटिंग्स |
डेवलपर | https://postfity.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://postfity.com |
गोपनीयता नीति पृष्ठ URL | https://postfity.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Postfity.com", "version": "2.0.1", "description": "Postfity is a social media scheduler that allows you to plan and publish posts to Facebook, Instagram, LinkedIn, Twitter and more.", "manifest_version": 2, "browser_action": { "default_icon": "postfity_favicon_16.png" }, "background": { "scripts": [ "data\/main.js", "data\/chrome\/postfity-chrome-port-wrapper.js" ], "persistent": false }, "permissions": [ "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "data\/chrome\/postfity-chrome-port-wrapper.js", "data\/chrome\/postfity-chrome-data-wrapper.js", "data\/chrome\/postfity-chrome-embed.js", "data\/shared\/postfity-layer.js", "data\/chrome\/postfity-chrome.js" ] }, { "matches": [ "https:\/\/*.postfity.com\/*", "http:\/\/*.postfity.com\/*" ], "js": [ "data\/chrome\/postfity-chrome-port-wrapper.js", "data\/chrome\/postfity-chrome-embed.js", "data\/shared\/embeds\/postfity-layer-scraper.js" ], "all_frames": true } ], "icons": { "16": "postfity_favicon_16.png", "48": "postfity_favicon_48.png", "128": "postfity_favicon_128.png" } } |