Page365
Page365 - for Facebook and LINE merchants
Cos'è Page365?
Page365 è un'estensione di Chrome sviluppata da https://page365.net, e la sua funzione principale è "Page365 - for Facebook and LINE merchants".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Page365
Scarica i file di estensione Page365 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
ระบบช่วยจัดการหลังบ้าน สำหรับร้านค้า 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 Informazioni di Base sull'Estensione
| Nome | |
| ID | nnplcphaiknebllemeffbdpoaalnnncf |
| URL Ufficiale | https://chromewebstore.google.com/detail/page365/nnplcphaiknebllemeffbdpoaalnnncf |
| Descrizione | Page365 - for Facebook and LINE merchants |
| Dimensione del File | 1.06 MB |
| Conteggio Installazioni | 2,625 |
| Versione Corrente | 2.0.12 |
| Ultimo Aggiornamento | 2023-12-07 |
| Data di Pubblicazione | 2019-08-18 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://page365.net |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://page365.net/ |
| URL della Pagina di Aiuto | https://page365.net/ |
| URL della Pagina della Politica sulla Privacy | https://www.page365.net/privacy-policy |
| Lingue Supportate | 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\/*"
]
} | |