Page365
Page365 - for Facebook and LINE merchants
What is Page365?
Page365 is a Chrome extension developed by https://page365.net, and its main feature is "Page365 - for Facebook and LINE merchants".
Extension Screenshots
Download Page365 Extension CRX File
Download Page365 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
ระบบช่วยจัดการหลังบ้าน สำหรับร้านค้า Facebook , Line , Line@, LINE Official Account และ Instagram แบบครบวงจร รวมทุกแชทและตอบจากที่เดียว เปิดบิลและบันทึกการขายทุกออเดอร์ได้สะดวก ง่าย ประหยัดเวลา แบบนักขายมืออาชีพ ทำความรู้จัก Page365 เพิ่มเติม หรือสมัครใช้งานฟรี ▶︎ https://www.page365.net Privacy-policy ▶︎ https://www.page365.net/privacy-policy Terms of Service ▶︎ https://www.page365.net/terms-of-service
Extension Basic Information
Name | Page365 |
ID | nnplcphaiknebllemeffbdpoaalnnncf |
Official URL | https://chromewebstore.google.com/detail/page365/nnplcphaiknebllemeffbdpoaalnnncf |
Description | Page365 - for Facebook and LINE merchants |
File Size | 1.06 MB |
Installation Count | 2,625 |
Current Version | 2.0.12 |
Last Updated | 2023-12-07 |
Publish Date | 2019-08-18 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://page365.net |
[email protected] | |
Payment Type | free |
Extension Website | https://page365.net/ |
Help Page URL | https://page365.net/ |
Privacy Policy Page URL | https://www.page365.net/privacy-policy |
Supported Languages | th |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Page365", "description": "Page365 - for Facebook and LINE merchants", "version": "2.0.12", "icons": { "16": "assets\/icons\/16.png", "32": "assets\/icons\/32.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "browser_action": { "default_icon": { "19": "assets\/icons\/19.png", "38": "assets\/icons\/38.png" }, "default_title": "Page365", "default_popup": "html\/popup.html" }, "background": { "scripts": [ "js\/extension.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/page365.net\/*" ], "js": [ "js\/page365.js" ], "css": [ "css\/page365.css" ], "run_at": "document_end" }, { "matches": [ "*:\/\/app.page365.net\/*" ], "js": [ "js\/page365.js" ], "css": [ "css\/page365.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/at-talk.line.me\/tm\/" ], "js": [ "js\/line.js" ], "css": [ "css\/line.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/chat.line.biz\/*" ], "js": [ "js\/line.js" ], "css": [ "css\/line.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "assets\/icons\/38.png" ], "permissions": [ "storage", "tabs", "cookies", "https:\/\/chat.line.biz\/*", "https:\/\/at-talk.line.me\/*", "https:\/\/www.google-analytics.com\/", "*:\/\/page365.net\/*", "*:\/\/app.page365.net\/*" ] } |