Shop Scrapper
Scrap data from Shopee/Lazada to clipboard for xlsx
Shop Scrapperとは何ですか?
Shop ScrapperはDEKKENGによって開発されたChromeの拡張機能で、その主な機能は「Scrap data from Shopee/Lazada to clipboard for xlsx」です。
拡張機能のスクリーンショット
Shop Scrapper拡張機能のCRXファイルをダウンロード
Shop Scrapper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
copy detail from shopee/lazada product page to clipboard for excel 拡張機能の基本情報
| 名前 | |
| ID | khldfoolkghafkleckahpndhocepjphi |
| 公式URL | https://chromewebstore.google.com/detail/shop-scrapper/khldfoolkghafkleckahpndhocepjphi |
| 説明 | Scrap data from Shopee/Lazada to clipboard for xlsx |
| ファイルサイズ | 42.37 KB |
| インストール数 | 27 |
| 現在のバージョン | 1.1.7 |
| 最終更新日 | 2019-07-29 |
| 公開日 | 2019-07-29 |
| 開発者 | DEKKENG |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.billbuild-studio.com |
| 対応言語 | th |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Shop Scrapper",
"description": "Scrap data from Shopee\/Lazada to clipboard for xlsx",
"version": "1.1.7",
"icons": {
"128": "icon_128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/shopee.co.th\/*"
],
"css": [
"app.css",
"shopee.css"
],
"js": [
"jquery-3.3.1.slim.min.js",
"shopee.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/www.lazada.co.th\/*"
],
"css": [
"app.css",
"lazada.css"
],
"js": [
"jquery-3.3.1.slim.min.js",
"lazada.js"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/alert.billbuild-studio.com\/season*"
],
"css": [
"app.css",
"billbuild.css"
],
"js": [
"jquery-3.3.1.slim.min.js",
"billbuild.js"
],
"run_at": "document_start"
}
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon.png"
}
} | |