PLANOLY Uploader
You can use this extension to upload content to your Planoly's Pin Planner and publish to Pinterest.
什麼是PLANOLY Uploader?
PLANOLY Uploader是由https://planoly.com開發的Chrome擴展程式,該擴展的主要功能是“You can use this extension to upload content to your Planoly's Pin Planner and publish to Pinterest.”。
擴展截圖
下載PLANOLY Uploader擴展crx文件
下載PLANOLY Uploader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Planoly Uploader What is Planoly? Planoly is a visual planning tool that allows users to upload, plan, and curate content to publish on Instagram, Facebook, and Pinterest. You can use this extension to upload your content to your Planoly’s Pin Planner and publish to Pinterest. How can this extension help you: Super fast way to quickly schedule content to your Pinterest account. Click on the “Plan it” icon on any image as you browse and upload to Planoly’s Pin Planner to plan immediately, or simply schedule for a future date. Extension will pick up the web page title, and populate the Pin Title field, use any image description to populate the Pin Description field. You can select which board you want to post to, as well as the date and time. If you do not wish to schedule, simply hit the “save” button, and the image will be saved to your library dashboard in Planoly’s Pin Planner. Note: To use this extension, you must have a Planoly account and log into it, as well as a working Pinterest account authenticated with Planoly. www.planoly.com
擴展基本資訊
名稱 | PLANOLY Uploader |
ID | ebpcimigfdcgmpaiboiipfkmceejkekp |
官方網址 | https://chromewebstore.google.com/detail/planoly-uploader/ebpcimigfdcgmpaiboiipfkmceejkekp |
簡介 | You can use this extension to upload content to your Planoly's Pin Planner and publish to Pinterest. |
檔案大小 | 19.01 KB |
安裝次數 | 4,578 |
目前版本 | 1.2 |
更新時間 | 2019-11-04 |
上架時間 | 2019-10-31 |
評分 | 3.67/5 共 3 次評分 |
開發者 | https://planoly.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.planoly.com |
說明頁面URL | https://www.planoly.com/help |
隱私政策頁面URL | https://planoly.com/privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PLANOLY Uploader", "description": "You can use this extension to upload content to your Planoly's Pin Planner and publish to Pinterest.", "version": "1.2", "browser_action": { "default_icon": { "19": "icons\/icon_toolbar.png", "38": "icons\/[email protected]" }, "default_title": "Planoly Multi-Image Uploader" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "activeTab", "https:\/\/www.planoly.com\/", "https:\/\/pinterest.planoly.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "planoly\/planoly.js" ], "run_at": "document_start" } ] } |