Popr.ai Extension
Business pros like you use Popr.ai to create personalized, slide-based GIFs at scale.
Popr.ai Extension là gì?
Popr.ai Extension là một tiện ích mở rộng Chrome được phát triển bởi nan-labs, và tính năng chính của nó là "Business pros like you use Popr.ai to create personalized, slide-based GIFs at scale.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Popr.ai Extension
Tải xuống các tệp mở rộng Popr.ai Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Each GIF contains multiple slides with custom text and images. The animated GIFs play automatically and are easily added to emails/messages to increase response rates. The Popr.ai Chrome Extension allows you to quickly add new contacts from LinkedIn. Then you can easily create personalized, slide based GIFs for your new contacts in Popr.ai. Try all the features of Popr.ai free for 7 days. No credit card required. Privacy Policy: https://www.popr.ai/privacy By installing this extension, you agree to the Popr.ai Terms and Conditions at https://www.popr.ai/terms
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Popr.ai Extension |
ID | gfgpiaonkcadckoeabojplploennncbl |
URL Chính Thức | https://chromewebstore.google.com/detail/poprai-extension/gfgpiaonkcadckoeabojplploennncbl |
Mô tả | Business pros like you use Popr.ai to create personalized, slide-based GIFs at scale. |
Kích Thước Tệp | 96.28 KB |
Số Lần Cài Đặt | 93 |
Phiên Bản Hiện Tại | 1.2.3 |
Cập Nhật Lần Cuối | 2023-06-15 |
Ngày Phát Hành | 2022-11-27 |
Nhà Phát Triển | nan-labs |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Popr.ai Extension", "description": "Business pros like you use Popr.ai to create personalized, slide-based GIFs at scale.", "version": "1.2.3", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "128": "favicon.ico" }, "permissions": [ "webNavigation", "storage", "tabs", "scripting" ], "externally_connectable": { "matches": [ "http:\/\/localhost:3001\/*", "https:\/\/localhost:3001\/*", "https:\/\/app-dev.popr.ai\/*", "https:\/\/app.popr.ai\/*" ] }, "background": { "service_worker": "worker-wrapper.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*", "http:\/\/localhost:3001\/*", "https:\/\/app-dev.popr.ai\/*", "https:\/\/app.popr.ai\/*" ], "js": [ ".\/assets\/js\/content.js" ], "css": [ ".\/assets\/css\/content.css" ] } ] } |