Pinterest Sort Premium
...
Pinterest Sort Premium là gì?
Pinterest Sort Premium là một tiện ích mở rộng Chrome được phát triển bởi IwebIT, và tính năng chính của nó là "...".
Ả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 Pinterest Sort Premium
Tải xuống các tệp mở rộng Pinterest Sort Premium 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
Do you enjoy browsing Pinterest but do you also hate the fact that you can not sort by pins? For example: John Doe is a marketer who wants to know what people like in a certain niche. Let's go with the broad niche Cats for instance. John enters "funny cat slogans" in the search bar and he get's to see pins that has 1 vote, 1000 votes, 50 votes etc. The pins are all over the place and it's very time consuming to find what Joe actually wants to see. You get the point. John simply wants to sort his search results so he can see the most popular pins first. Thankfully there's Pinterest Sort Premium now. He can now tell the app for how many pages it needs to sort through the results and show the top pins on top without having to scroll for hours to find the information he needs. Talk about time saving! Interesting right? We currently offer the this premium version for free to celebrate our 3rd anniversary. Want to give it a go? Just install the extension and have fun with it!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | iaifmpegndoadklfhjffnpilecgegfbb |
URL Chính Thức | https://chrome.google.com/webstore/detail/pinterest-sort-premium/iaifmpegndoadklfhjffnpilecgegfbb |
Mô tả | ... |
Kích Thước Tệp | 132 KB |
Số Lần Cài Đặt | 928 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2017-09-13 |
Ngày Phát Hành | 2017-09-13 |
Đánh Giá | 1.71/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | IwebIT |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.roboapps.org |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pinterest Sort Premium", "description": "...", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "contentscript.js" ] } ], "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "successPopup.html" }, "permissions": [ "storage", "tabs", "notifications" ] } |