Stackla
Use your Stackla Assets anywhere on the web. Drag and drop or download straight from your Stackla instance quickly and easily.
Stacklaคืออะไร?
Stackla เป็นส่วนขยายของ Chrome ที่พัฒนาโดย stackla-chrome-browser-extension และคุณลักษณะหลักของมันคือ "Use your Stackla Assets anywhere on the web. Drag and drop or download straight from your Stackla instance quickly and easily."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stackla
ดาวน์โหลดไฟล์ส่วนขยาย Stackla ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Stackla Chrome Extension allow you to quickly and easily access assets from your Stackla Asset Manager and use them anywhere on the web or quickly add Tiles directly to your Stack from Facebook, Instagram, Twitter or YouTube. HOW DO I USE IT? Simply install the Stackla Chrome Extension, log into your Stackla account and away you go. Once installed, your can access each of your Stacks, find the perfect asset from your Stackla Asset Manager and elect to either drag and drop, download or access the asset URL or alternatively use the Extension to discover great UGC natively on Instagram, TikTok, Twitter, YouTube or Facebook. USE YOUR ASSETS ANYWHERE The Stackla Chrome Extension can be used in any web accessible application. From Social Media Management tools, to Content Management systems, Emails or Presentation tools, you can now quickly and easily repurpose your assets. ASK FOR RIGHTS WHILST YOU ADD TILES Found a great piece of UGC whilst browsing? Not only can you add it to your Stack in a handful of clicks, but you can also ask for the Rights to the content in the same process on Instagram, Twitter and YouTube. ADD FROM TIKTOK Found a great video on TikTok? With the Stackla Chrome Extension, you can add this to your Stack in just a handful of clicks. FIND OUT MORE Find out more about the Stackla Chrome Extension at support.stackla.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | coiffdkoeimkhbfobbbddndmnkjeefbe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/stackla/coiffdkoeimkhbfobbbddndmnkjeefbe |
คำอธิบาย | Use your Stackla Assets anywhere on the web. Drag and drop or download straight from your Stackla instance quickly and easily. |
ขนาดไฟล์ | 13.46 MB |
จำนวนการติดตั้ง | 310 |
เวอร์ชันปัจจุบัน | 2.7.9.2 |
อัปเดตครั้งล่าสุด | 2022-08-01 |
วันที่เผยแพร่ | 2020-06-22 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | stackla-chrome-browser-extension |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.stackla.com |
URL หน้าช่วยเหลือ | https://support.stackla.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stackla", "short_name": "Stackla", "manifest_version": 2, "version": "2.7.9.2", "icons": { "16": "images\/stackla-logo.png", "48": "images\/stackla-logo.png", "128": "images\/stackla-logo.png" }, "description": "Use your Stackla Assets anywhere on the web. Drag and drop or download straight from your Stackla instance quickly and easily.", "background": { "persistent": false, "scripts": [ "static\/js\/background.bundle.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.instagram.com\/*" ], "js": [ "static\/js\/instagram.bundle.js" ] }, { "matches": [ "*:\/\/twitter.com\/*" ], "js": [ "static\/js\/twitter.bundle.js" ] }, { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "static\/js\/youtube.bundle.js" ] }, { "matches": [ "*:\/\/www.tiktok.com\/*" ], "js": [ "static\/js\/tiktok.bundle.js" ] }, { "matches": [ "https:\/\/*.stackla.localhost\/*" ], "js": [ "static\/js\/stacklaFlag.bundle.js" ] } ], "permissions": [ "downloads", "activeTab", "tabs", "https:\/\/www.instagram.com\/*", "https:\/\/twitter.com\/*", "https:\/\/www.youtube.com\/*", "https:\/\/www.tiktok.com\/*", "https:\/\/*.stackla.com\/*", "https:\/\/*.stackla.localhost\/*" ], "browser_action": { "default_title": "Stackla" }, "web_accessible_resources": [ "create-tile.html", "images\/stackla-logo.png" ] } |