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によって開発されたChromeの拡張機能で、その主な機能は「With this Extension you can easily create Affilinet Posts on your Wordpress blog (You need to have AffilinetPostCreator Plugin for…」です。
拡張機能のスクリーンショット
Affilinet Post Creator拡張機能のCRXファイルをダウンロード
Affilinet Post Creator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| 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"
}
} | |