Affilinet Post Creator
With this Extension you can easily create Affilinet Posts on your Wordpress blog (You need to have AffilinetPostCreator Plugin for…
What is Affilinet Post Creator?
Affilinet Post Creator is a Chrome extension developed by playlistconverter.de, and its main feature is "With this Extension you can easily create Affilinet Posts on your Wordpress blog (You need to have AffilinetPostCreator Plugin for…".
Extension Screenshots
Download Affilinet Post Creator Extension CRX File
Download Affilinet Post Creator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Affilinet Post Creator |
ID | jabcmcjkfiemcfbfdpbobchlcjjclngi |
Official URL | https://chromewebstore.google.com/detail/affilinet-post-creator/jabcmcjkfiemcfbfdpbobchlcjjclngi |
Description | With this Extension you can easily create Affilinet Posts on your Wordpress blog (You need to have AffilinetPostCreator Plugin for… |
File Size | 169 KB |
Installation Count | 14 |
Current Version | 1.0.2 |
Last Updated | 2018-02-16 |
Publish Date | 2018-02-16 |
Developer | playlistconverter.de |
Payment Type | free |
Supported Languages | 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" } } |