Affilinet Post Creator
With this Extension you can easily create Affilinet Posts on your Wordpress blog (You need to have AffilinetPostCreator Plugin for…
Affilinet Post Creator क्या है?
Affilinet Post Creator playlistconverter.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With this Extension you can easily create Affilinet Posts on your Wordpress blog (You need to have AffilinetPostCreator Plugin for…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Affilinet Post Creator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Mit dieser Erweiterung können Sie einfache Blog Posts für Ihren Wordpress Blog erstellen. Vorraussetzung: Sie müssen in Ihrem Wordpress Blog das Plugin "AffilinetPostCreator" installiert und aktiviert haben.
एक्सटेंशन की मूल जानकारी
नाम | Affilinet Post Creator |
ID | jabcmcjkfiemcfbfdpbobchlcjjclngi |
आधिकारिक URL | https://chromewebstore.google.com/detail/affilinet-post-creator/jabcmcjkfiemcfbfdpbobchlcjjclngi |
विवरण | With this Extension you can easily create Affilinet Posts on your Wordpress blog (You need to have AffilinetPostCreator Plugin for… |
फ़ाइल का आकार | 169 KB |
स्थापना संख्या | 14 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2018-02-16 |
प्रकाशन तिथि | 2018-02-16 |
डेवलपर | playlistconverter.de |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_appDescription__", "default_locale": "de", "name": "__MSG_appName__", "manifest_version": 2, "minimum_chrome_version": "16.0.884", "version": "1.0.2", "browser_action": { "default_icon": "images\/icon32.png", "default_popup": "pages\/main.html", "default_title": "__MSG_appName__" }, "options_ui": { "page": "pages\/options.html", "chrome_style": true }, "permissions": [ "tabs", "https:\/\/*\/*", "http:\/\/*\/*", "downloads", "storage", "webNavigation", "identity", "identity.email" ], "content_scripts": [ { "js": [ "js\/lib\/jquery-1.9.1.min.js", "js\/lib\/logic.js", "js\/utils.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "128": "images\/icon128.png", "64": "images\/icon64.png" } } |