PromotePictures
Effective social media promotion solution simple & easy for online sellers. Post picture collages to all social media & drive sales
PromotePicturesとは何ですか?
PromotePicturesはhttps://www.promotepictures.comによって開発されたChromeの拡張機能で、その主な機能は「Effective social media promotion solution simple & easy for online sellers. Post picture collages to all social media & drive sales」です。
拡張機能のスクリーンショット
PromotePictures拡張機能のCRXファイルをダウンロード
PromotePictures拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
PromotePictures - Effective social media promotion solution made simple and easy for online sellers. Post picture collages to Facebook, Twitter, Instagram, Pinterest, Tumblr, and Google+ to drive traffic, following and sales from all social media platforms. 拡張機能の基本情報
| 名前 | |
| ID | gpbpcknhcdbigcfkaicdhjgmbacfgbce |
| 公式URL | https://chromewebstore.google.com/detail/promotepictures/gpbpcknhcdbigcfkaicdhjgmbacfgbce |
| 説明 | Effective social media promotion solution simple & easy for online sellers. Post picture collages to all social media & drive sales |
| ファイルサイズ | 81.17 KB |
| インストール数 | 328 |
| 現在のバージョン | 25.0 |
| 最終更新日 | 2022-10-02 |
| 公開日 | 2019-10-06 |
| 評価 | 4.93/5 合計 14 レビュー |
| 開発者 | https://www.promotepictures.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.promotepictures.com/extensions/ |
| ヘルプページのURL | https://www.promotepictures.com/#FAQs |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "46.0",
"update_url": "https:\/\/www.promotepictures.com\/extension\/firefox2\/updates.json"
}
},
"name": "PromotePictures",
"description": "Effective social media promotion solution simple & easy for online sellers. Post picture collages to all social media & drive sales",
"manifest_version": 2,
"minimum_chrome_version": "32",
"version": "25.0",
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": "tp2-16a.png",
"128": "tp2-128a.png"
},
"permissions": [
"http:\/\/*\/",
"https:\/\/*\/"
],
"browser_action": {
"default_title": "PromotePictures - Effective social media promotion solution made simple and easy for online sellers. Post picture collages to Facebook, Twitter, Instagram, Pinterest, Tumblr, and Google+ to drive sales!",
"default_icon": "tp2-128a.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"js\/style.css"
],
"js": [
"js\/jquery-3.1.1.min.js",
"js\/vars.js",
"js\/img_srcs.js",
"js\/utils.js",
"js\/handle_action.js",
"js\/shortcut_button.js"
]
},
{
"matches": [
"https:\/\/www.PromotePictures.com\/*",
"https:\/\/www.promotepictures.com\/*",
"https:\/\/www.PromoteByPictures.com\/*",
"https:\/\/www.promotebypictures.com\/*",
"https:\/\/www.tweetpictures.com\/*"
],
"js": [
"js\/init.js"
],
"run_at": "document_start",
"all_frames": true
}
]
} | |