See Items Published Date on Poshmark & Amazon
You can finally See the Published Date of an Item on Poshmark & Amazon
什么是See Items Published Date on Poshmark & Amazon?
See Items Published Date on Poshmark & Amazon是由sort by Review Count for Amazon开发的Chrome扩展程序,该扩展的主要功能是“You can finally See the Published Date of an Item on Poshmark & Amazon”。
扩展截图
下载See Items Published Date on Poshmark & Amazon扩展crx文件
下载See Items Published Date on Poshmark & Amazon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
See how long an item has been listed on Poshmark or Amazon. Determine the date a listing was created. View the posting date of ads with ease Poshmark never allowed us to view when an article was published. In other words, there is no way of knowing if an item has been on their site for a day or 5 years. It is very useful for both buyers and sellers as well. We are constantly working on enhancing this feature and plan to incorporate support for additional websites in the near future. Stay tuned for more updates! ----------------------------------------------------------------------------------------- Cette extension vous permet d'afficher la date de publication des articles sur des plateformes comme Poshmark et Amazon. Il est également très utile pour les acheteurs et les vendeurs. Nous travaillons constamment à l'amélioration de cette fonctionnalité et prévoyons d'intégrer la prise en charge de sites Web supplémentaires dans un proche avenir. Restez connectés pour plus de nouvelles! (works well Jan. 2024)
扩展基本信息
名称 | See Items Published Date on Poshmark & Amazon |
ID | copnphjlocgbkjfjeamjibjldkmflgpd |
官方URL | https://chromewebstore.google.com/detail/see-items-published-date/copnphjlocgbkjfjeamjibjldkmflgpd |
简介 | You can finally See the Published Date of an Item on Poshmark & Amazon |
文件大小 | 9.35 KB |
安装次数 | 92 |
当前版本 | 1.0.1 |
更新时间 | 2024-01-27 |
上架时间 | 2023-05-14 |
开发者 | sort by Review Count for Amazon |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "action": { "default_icon": "icon.png" }, "content_scripts": [ { "js": [ "viewPublishedDate.js" ], "matches": [ "https:\/\/*.poshmark.in\/*", "https:\/\/*.poshmark.com.au\/*", "https:\/\/*.poshmark.co.uk\/*", "https:\/\/*.poshmark.ca\/*", "https:\/\/*.poshmark.com\/*", "*:\/\/*.amazon.ae\/*", "*:\/\/*.amazon.at\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.com.au\/*", "*:\/\/*.amazon.com.br\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.com.sg\/*", "*:\/\/*.amazon.com.tr\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.ie\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.nl\/*", "*:\/\/*.amazon.eg\/*", "*:\/\/*.amazon.sa\/*" ] } ], "description": "You can finally See the Published Date of an Item on Poshmark & Amazon", "manifest_version": 3, "name": "See Items Published Date on Poshmark & Amazon", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |