Segue
Interface Bless with ShippingEasy or Stamps.com
Segueคืออะไร?
Segue เป็นส่วนขยายของ Chrome ที่พัฒนาโดย czkpsegue และคุณลักษณะหลักของมันคือ "Interface Bless with ShippingEasy or Stamps.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Segue
ดาวน์โหลดไฟล์ส่วนขยาย Segue ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You're busy. Let Segue give you some time back. Shipping is simple with one button that sends all address info from a Bless order to your shipping platform of choice. Segue. Efficient. *** Notice: Segue is not affiliated with LuLaRoe Inc, ShippingEasy, or Stamps.com Inc. Any changes to the mylularoe.com, shippingeasy.com, or stamps.com websites may affect the functionality of Segue. The extension is currently adherent to LuLaRoe Terms and Conditions, but if it is ever found to be in violation of the policies and procedures of LuLaRoe this may be revisited. ***
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | olkgpakllmemeeoafmllhajkkggedlhb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/segue/olkgpakllmemeeoafmllhajkkggedlhb |
คำอธิบาย | Interface Bless with ShippingEasy or Stamps.com |
ขนาดไฟล์ | 43.01 KB |
จำนวนการติดตั้ง | 98 |
เวอร์ชันปัจจุบัน | 2.1.2 |
อัปเดตครั้งล่าสุด | 2018-01-07 |
วันที่เผยแพร่ | 2018-01-07 |
คะแนน | 4.00/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | czkpsegue |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_store |
URL หน้านโยบายความเป็นส่วนตัว | https://docs.google.com/document/d/1YfNElSjCWUpEYVTihSGvuaXk8POFLc55_iSbbjmRfw4/edit?usp=sharing |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Segue", "description": "Interface Bless with ShippingEasy or Stamps.com", "version": "2.1.2", "icons": { "128": "icon128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "activeTab", "tabs", "https:\/\/ajax.googleapis.com\/", "identity", "https:\/\/www.googleapis.com\/", "storage" ], "browser_action": { "default_icon": { "19": "icon19.png" }, "default_title": "Segue", "default_popup": "popup.html" }, "oauth2": { "client_id": "843424711364-mc72tj159ugmmo9pgf1bfbrgpkfa7v9s.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/plus.login", "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.lularoebless.com\/*" ], "js": [ "newAuthorizeUser.js", "new_bless_custom_menu.js" ], "css": [ "newBless.css" ] }, { "matches": [ "https:\/\/*.mylularoe.com\/my-receipts\/*" ], "js": [ "date_picker.js", "sales_table.js", "custom_menu.js", "mllr_content_script.js", "authorizeUser.js" ], "css": [ "llr.css" ] }, { "matches": [ "https:\/\/*.shippingeasy.com\/*" ], "js": [ "se_content_script.js", "postage.js" ], "css": [ "se.css" ] }, { "matches": [ "https:\/\/*.stamps.com\/*" ], "js": [ "stamps_content_script.js" ] } ], "web_accessible_resources": [ "llr_blob.html", "se_blob.html", "new_bless_blob.html" ] } |